Skip to content

Commit

Permalink
Minor wording fixes in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Burghardt <[email protected]>
  • Loading branch information
marcusburghardt committed Sep 26, 2024
1 parent 9b1e4da commit d9ba185
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
</regex_capture>
</local_variable>
<local_variable id="var_sshd_set_maxstartups_second" version="1" datatype="int"
comment="First number from MaxStartup parameter value.">
comment="Second number from MaxStartup parameter value.">
<regex_capture pattern="\d+:(\d+):\d+">
<variable_component var_ref="var_sshd_set_maxstartups"/>
</regex_capture>
</local_variable>
<local_variable id="var_sshd_set_maxstartups_third" version="1" datatype="int"
comment="First number from MaxStartup parameter value.">
comment="Third number from MaxStartup parameter value.">
<regex_capture pattern="\d+:\d+:(\d+)">
<variable_component var_ref="var_sshd_set_maxstartups" />
</regex_capture>
Expand Down

0 comments on commit d9ba185

Please sign in to comment.