Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ehocdet committed Apr 29, 2020
1 parent 86ee238 commit f354d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ new xhead = dyncounters.head()
------------------------------

Description
Create a head of dynamique counters. The object name is the prefix
of all counter names attached to the head. He appears as such in
Create a head of dynamic counters. The object name is the prefix
of all counter names attached to the head. It appears as such in
varnishstat, at the same level as MGT, MAIN, VBE, ...
The head and its counters persist between VCLs until a VCL has
vcl_init the object.
The head and its counters persist between VCLs as long as a VCL
has vcl_init the object.

Example
new DYNC = dyncounters.head();
Expand Down
8 changes: 4 additions & 4 deletions src/vmod_dyncounters.vcc
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ $Event dyncounters_event
$Object head()

Description
Create a head of dynamique counters. The object name is the prefix
of all counter names attached to the head. He appears as such in
Create a head of dynamic counters. The object name is the prefix
of all counter names attached to the head. It appears as such in
varnishstat, at the same level as MGT, MAIN, VBE, ...
The head and its counters persist between VCLs until a VCL has
vcl_init the object.
The head and its counters persist between VCLs as long as a VCL
has vcl_init the object.

Example
new DYNC = dyncounters.head();
Expand Down

0 comments on commit f354d4e

Please sign in to comment.