diff options
| author | Geert Hauwaerts | 2016-06-18 19:38:26 +0200 | 
|---|---|---|
| committer | GitHub | 2016-06-18 19:38:26 +0200 | 
| commit | 9ed898732bc512f95347ad61dae0dc60c7da0461 (patch) | |
| tree | db4ff16c686aad9a66b05d6ad04a2b5d528cd116 /scripts | |
| parent | 9dcc820bab5fe7dbe5f6c948067205fbf979725e (diff) | |
| parent | 1935c9a85971efb1b7fc7ca52c031fd0454dcc54 (diff) | |
| download | scripts.irssi.org-9ed898732bc512f95347ad61dae0dc60c7da0461.tar.bz2 | |
Merge pull request #283 from pierrot14/fix_idiomatic_issues
Fix past tense of set in comments
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/clones_scanner.pl | 2 | ||||
| -rw-r--r-- | scripts/frm_outgmsgs.pl | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/scripts/clones_scanner.pl b/scripts/clones_scanner.pl index bf308a0..09e6bfb 100644 --- a/scripts/clones_scanner.pl +++ b/scripts/clones_scanner.pl @@ -33,7 +33,7 @@ $VERSION = '1.6';  #  # OPTIONS  # ======= -# Settings can be resetted to defaults with /set -default +# Settings can be reset to defaults with /set -default  #  # /set clones_scanner_maxtime <time>  # * This is the maximum time in which the script remembers that a specific hostname  diff --git a/scripts/frm_outgmsgs.pl b/scripts/frm_outgmsgs.pl index 71c9b02..26cadfe 100644 --- a/scripts/frm_outgmsgs.pl +++ b/scripts/frm_outgmsgs.pl @@ -27,7 +27,7 @@ $VERSION = '1.1';  #  # OPTIONS  # ======= -# settings can be resetted to defaults with /set -default +# settings can be reset to defaults with /set -default  #  #  # /set outgmsgs_use_formatting <ON|OFF> @@ -66,7 +66,7 @@ $VERSION = '1.1';  # * defines background color  #  # the last two settings only make sense if outgmsgs_use_color is ON -# if they are setted to any other value that doesn't belong to mIRC color range [0..15], they will be ignored +# if they are set to any other value that doesn't belong to the mIRC color range [0..15], they will be ignored  #  #  # COMMANDS | 
