]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Fix past tense of set in comments
authorPablo <redacted>
Sat, 18 Jun 2016 15:01:20 +0000 (12:01 -0300)
committerPablo <redacted>
Sat, 18 Jun 2016 15:01:20 +0000 (12:01 -0300)
scripts/clones_scanner.pl
scripts/frm_outgmsgs.pl

index bf308a0138141d54224b33eb757e8200e8476cdf..09e6bfbc65038e9573c8f1f44ac2de9d0eb4ab86 100644 (file)
@@ -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 
index 71c9b021ec4e51f2baf7391b88ccbb8925816c29..26cadfe7837d7a943b793309ef5739b8574e983a 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT