net: Fix typos (found by codespell) 2587/head
authorStefan Weil <sw@weilnetz.de>
Sat, 26 Mar 2016 10:53:07 +0000 (11:53 +0100)
committerStefan Weil <sw@weilnetz.de>
Sun, 10 Apr 2016 10:51:10 +0000 (12:51 +0200)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
17 files changed:
net/apcupsd/files/apcupsd.conf
net/etherwake/files/etherwake.config
net/iotivity/patches/004-use-env.patch
net/kismet/files/kismet.conf
net/lispmob/Makefile
net/luci-app-e2guardian/files/e2guardian-cbi.lua
net/net-snmp/patches/750-ieee802dot11.patch
net/polipo/files/polipo.config
net/pppossh/README.md
net/privoxy/Makefile
net/radicale/Makefile
net/siit/src/siit.c
net/strongswan/Makefile
net/tgt/files/etc/config/tgt
net/tinyproxy/files/tinyproxy.config
net/uanytun/Makefile
net/znc/patches/102-restore_droproot.patch

index b9acd61d6bd56a4c5a6ebeffde7b6fa2e768157d..5f478b93723bdd204603b34a6de170b8de396338 100644 (file)
@@ -10,7 +10,7 @@
 
 # UPSNAME xxx
 #   Use this to give your UPS a name in log files and such. This
-#   is particulary useful if you have multiple UPSes. This does not
+#   is particularly useful if you have multiple UPSes. This does not
 #   set the EEPROM. It should be 8 characters or less.
 UPSNAME ups1
 
@@ -114,7 +114,7 @@ NOLOGINDIR /etc
 
 # 
 # Note: BATTERYLEVEL, MINUTES, and TIMEOUT work in conjunction, so
-# the first that occurs will cause the initation of a shutdown.
+# the first that occurs will cause the initiation of a shutdown.
 #
 
 # If during a power failure, the remaining battery percentage
@@ -133,7 +133,7 @@ MINUTES 3
 #
 #  Note, if you have a Smart UPS, you will most likely want to disable
 #    this timer by setting it to zero. That way, you UPS will continue
-#    on batteries until either the % charge remaing drops to or below BATTERYLEVEL,
+#    on batteries until either the % charge remaining drops to or below BATTERYLEVEL,
 #    or the remaining battery runtime drops to or below MINUTES.  Of course,
 #    if you are testing, setting this to 60 causes a quick system shutdown
 #    if you pull the power plug.   
index 3d8e5158c189b859eed074a218539ada3ca53b6b..965cdcfd819ec75e583bbbc0d055663c97753616 100644 (file)
@@ -1,5 +1,5 @@
 config 'etherwake' 'setup'
-       # possible program pathes
+       # possible program paths
        option 'pathes' '/usr/bin/etherwake /usr/bin/ether-wake'
        # use sudo, defaults to off
        option 'sudo' 'off'
index 4076d9b917c3c2d8734e2411065e3520ded46a08..abae06d53a70bb55813ec09b5541e0ea7e1e2d79 100644 (file)
@@ -16,22 +16,22 @@ Subject: [PATCH 3/4] 004-use-env.patch
 +env['ENV'] = os.environ
 +if 'CC' in os.environ:
 +      env['CC'] = Split(os.environ['CC'])
-+      print "using CC from enviroment: %s" % env['CC']
++      print "using CC from environment: %s" % env['CC']
 +if 'CXX' in os.environ:
 +      env['CXX'] = Split(os.environ['CXX'])
-+      print "using CXX from enviroment: %s" % env['CXX']
++      print "using CXX from environment: %s" % env['CXX']
 +if 'CFLAGS' in os.environ:
 +      env['CFLAGS'] = Split(os.environ['CFLAGS'])
-+      print "using CFLAGS from enviroment: %s" % env['CFLAGS']
++      print "using CFLAGS from environment: %s" % env['CFLAGS']
 +if 'CXXFLAGS' in os.environ:
 +      env['CXXFLAGS'] = Split(os.environ['CXXFLAGS'])
-+      print "using CXXFLAGS from enviroment: %s" % env['CXXFLAGS']
++      print "using CXXFLAGS from environment: %s" % env['CXXFLAGS']
 +if 'CPPFLAGS' in os.environ:
 +      env['CPPFLAGS'] = Split(os.environ['CPPFLAGS'])
-+      print "using CPPFLAGS from enviroment: %s" % env['CPPFLAGS']
++      print "using CPPFLAGS from environment: %s" % env['CPPFLAGS']
 +if 'LDFLAGS' in os.environ:
 +      env['LINKFLAGS'] = Split(os.environ['LDFLAGS'])
-+      print "using LDFLAGS/LINKFLAGS from enviroment: %s" % env['LINKFLAGS']
++      print "using LDFLAGS/LINKFLAGS from environment: %s" % env['LINKFLAGS']
 +
  if env.get('VERBOSE') == False:
        env['CCCOMSTR'] = "Compiling $TARGET"
index 971f2e23da3d29658b0685fb4dd7c655124cf318..1528a1567cc408d165f9ab7f5404418d4935d24b 100644 (file)
@@ -92,7 +92,7 @@ channelvelocity=3
 # These channel lists MUST BE PRESENT for Kismet to work properly.  While it is
 # possible to change these, it is not recommended.  These are used when the supported
 # channel list can not be found for the source; to force using these instead of
-# the detected supported channels, override with channellist= in the source defintion
+# the detected supported channels, override with channellist= in the source definition
 #
 # IN GENERAL, if you think you want to modify these, what you REALLY want to do is
 # copy them and use channellist= in the packet source.
@@ -104,7 +104,7 @@ channellist=IEEE80211ab:1:3,6:3,11:3,2,7,3,8,4,9,5,10,36,40,44,48,52,56,60,64,14
 listen=tcp://127.0.0.1:2501
 #listen=tcp://0.0.0.0:2501
 
-# People allowed to connect, comma seperated IP addresses or network/mask
+# People allowed to connect, comma separated IP addresses or network/mask
 # blocks.  Netmasks can be expressed as dotted quad (/255.255.255.0) or as
 # numbers (/24)
 allowedhosts=127.0.0.1
@@ -267,7 +267,7 @@ speech=gpslock,"G.P.S. signal O.K."
 # memory system and a huge number of alert conditions.
 alertbacklog=50
 
-# File types to log, comma seperated.  Built-in log file types:
+# File types to log, comma separated.  Built-in log file types:
 # alert                                Text file of alerts
 # gpsxml                       XML per-packet GPS log
 # nettxt                       Networks in text format
@@ -298,7 +298,7 @@ logdefault=Kismet
 
 logtemplate=%p%n-%D-%t-%i.%l
 
-# Where state info, etc, is stored.  You shouldnt ever need to change this.
+# Where state info, etc, is stored.  You shouldn't ever need to change this.
 # This is a directory.
 configdir=%h/.kismet/
 
index 3f9ea0c66dad65a3236a6834b7ed08f19038288f..8c8531595bbaa1b4af7e025edbfaa66d34732d4c 100644 (file)
@@ -38,7 +38,7 @@ define Package/lispd
 endef
 
 define Package/lispd/description
-  This packet provides support for the Locator-ID Seperation Protocol.
+  This packet provides support for the Locator-ID Separation Protocol.
 endef
 
 MAKE_FLAGS += \
index a943115b87d8d20276a3ef37c0696970109ff6af..b62132108c4b14851f35c3010dbc10bf6cbb79e3 100644 (file)
@@ -64,7 +64,7 @@ loglevel.default = "2"
 
 logexceptionhits = s:taboption("tab_general", ListValue, "logexceptionhits", translate("Log Exception Hits"))
 logexceptionhits:value("0",  translate("never"))
-logexceptionhits:value("1",  translate("log, but dont mark as exceptions"))
+logexceptionhits:value("1",  translate("log, but don't mark as exceptions"))
 logexceptionhits:value("2",  translate("log and mark"))
 logexceptionhits.default = "2"
 
@@ -153,7 +153,7 @@ phrasefiltermode.default = "2"
 
 preservecase = s:taboption("tab_general", ListValue, "perservecase", translate("Lower caseing options"))
 preservecase:value("0",  translate("force lower case"))
-preservecase:value("1",  translate("dont change"))
+preservecase:value("1",  translate("don't change"))
 preservecase:value("2",  translate("scan fist in lower, then in original"))
 preservecase.default = "0"
 
index 9e0625cc6194a7ec775cb712c95247e3d74ab5a5..a3c5c0a9d6078080b1bd1b2628685a413561becd 100644 (file)
 +  char uid[256];
 +  LIST_HEAD ( , avNode ) *list;       
 +
-+  // NOTE: this assumes the UID is at the begining of the 
++  // NOTE: this assumes the UID is at the beginning of the 
 +  //       data structure and that UIDs are strings
 +  
 +  list = ( LIST_HEAD ( , avNode ) * ) l;            // NOTE: don't know how to get 
 +#define PROC_NET_WIRELESS     "/proc/net/wireless"
 +#define PROC_NET_DEV          "/proc/net/dev"
 +
-+/* Some usefull constants */
++/* Some useful constants */
 +#define KILO  1e3
 +#define MEGA  1e6
 +#define GIGA  1e9
 +}
 +
 +/*------------------------------------------------------------------*/
-+/* Backwards compatability
++/* Backwards compatibility
 + * Actually, those form are much easier to use when dealing with
 + * struct sockaddr... */
 +static inline char*
 +  iw_ether_ntop((const struct ether_addr *) addr, bufp);
 +  return bufp;
 +}
-+/* Backwards compatability */
++/* Backwards compatibility */
 +static inline int
 +iw_in_ether(const char *bufp, struct sockaddr *sap)
 +{
index 8f8533191ada4b74184ddc2adb7dda73d36c760d..47f4a57587dc68cefbb2450e0c42cea9d7d0f7ce 100644 (file)
@@ -7,7 +7,7 @@ config 'polipo' 'daemon'
 
 config 'polipo' 'general'
        option 'enabled' '1'
-       # adress on which polipo will listen, 0.0.0.0 means all addresses
+       # address on which polipo will listen, 0.0.0.0 means all addresses
        option 'proxyAddress' '0.0.0.0'
        # port on which polipo will listen, default is 8123
        #option 'proxyPort' '8123'
index 2f44f77ea0bfc62e835be4a824d421e549f8fc8e..4902ba6a31e717cf98e96a39cd3af17e40f2f020 100644 (file)
@@ -61,7 +61,7 @@ It's possible that pppd may output protocol negotiation incompatibilities issues
 
        Sun Oct 25 09:45:14 2015 daemon.err pppd[22188]: Received bad configure-rej:  12 06 00 00 00 00
 
-To debug such problems, we can try adding `option pppd_optinos debug` to the interface config.  In the above case, it's a LCP CCP configure rej (the CCP options struct is exactly 6 octets in size as indicated in source code `pppd/ccp.h`) and since the internet fee is not charged on the bytes transfered, I will just use `noccp` to disable the negotiation altogether.
+To debug such problems, we can try adding `option pppd_optinos debug` to the interface config.  In the above case, it's a LCP CCP configure rej (the CCP options struct is exactly 6 octets in size as indicated in source code `pppd/ccp.h`) and since the internet fee is not charged on the bytes transferred, I will just use `noccp` to disable the negotiation altogether.
 
 Also to optimize bulk transfer performance, you can try tweaking the ciphers.  OpenSSH client does not support `none` cipher by default and you have to patch and install it for by yourself.  Another option is to try ciphers like `arcfour` and `blowfish-cbc`.  In my case, `arcfour` has the best throughput.
 
index a51b36f94c58389417c7649e35039fe1910346d7..9c7388b1f14c2d35482aa998d454b871477f2570 100644 (file)
@@ -124,7 +124,7 @@ define Package/$(PKG_NAME)/preinst
        # stop service if PKG_UPGRADE
        [ "$${PKG_UPGRADE}" = "1" ] && /etc/init.d/privoxy stop >/dev/null 2>&1
                
-       exit 0  # supress errors from stop command
+       exit 0  # suppress errors from stop command
 endef
 
 define Package/$(PKG_NAME)/install
index a08c62dada32205fd38597e7332181de6f24ff14..4cec836e6be50c65238cfd18469c765540c5ed24 100644 (file)
@@ -91,7 +91,7 @@ define Package/$(PKG_NAME)-py2/preinst
        # stop service if PKG_UPGRADE
        [ "$${PKG_UPGRADE}" = "1" ] && /etc/init.d/$(PKG_NAME) stop >/dev/null 2>&1
 
-       exit 0  # supress errors from stop command
+       exit 0  # suppress errors from stop command
 endef
 define Package/$(PKG_NAME)-py3/preinst
 $(call Package/$(PKG_NAME)-py2/preinst)
index a25da9a9ef6c80cbcce56df3937954e65471ac33..ea68b74512de1b51b66be073cbcc487aaceb2963 100644 (file)
@@ -690,7 +690,7 @@ static int ip6_ip4(char *src, int len, char *dst, int include_flag)
                                }
                                else if (next_hdr == NEXTHDR_ESP || next_hdr == NEXTHDR_AUTH)
                                {
-                                       PDEBUG("ip6_ip4(): cannot translate AUTH or ESP extention header, packet dropped\n");
+                                       PDEBUG("ip6_ip4(): cannot translate AUTH or ESP extension header, packet dropped\n");
                                        return -1;
                                }
                                else if (next_hdr == NEXTHDR_IPV6)
@@ -707,12 +707,12 @@ static int ip6_ip4(char *src, int len, char *dst, int include_flag)
                                           value within the original packet
                                           */
                                        /* NOT IMPLEMENTED */
-                                       PDEBUG("ip6_ip4(): NEXTHDR in extention header = 0, packet dropped\n");
+                                       PDEBUG("ip6_ip4(): NEXTHDR in extension header = 0, packet dropped\n");
                                        return -1;
                                }
                                else
                                {
-                                       PDEBUG("ip6_ip4(): cannot translate extention header = %d, packet dropped\n", next_hdr);
+                                       PDEBUG("ip6_ip4(): cannot translate extension header = %d, packet dropped\n", next_hdr);
                                        return -1;
                                }
                        }
index 6865499f008cdc3ea35a4763e2621ec6e587ba89..84cdaf1d2f82f759e2267285889ed245e3b80a00 100644 (file)
@@ -211,7 +211,7 @@ define Package/strongswan-full/description
 $(call Package/strongswan/description/Default)
  This meta-package contains dependencies for all of the strongswan plugins
  except kernel-libipsec,
- socket-dynamic and which are ommitted in favor of the kernel-netlink and
+ socket-dynamic and which are omitted in favor of the kernel-netlink and
  socket-default plugins.
 endef
 
index a721c71c484817dd43933f5977ec9cc2bd95c147..de5239d3618fe9566272230a8486cdba8e5a2049 100644 (file)
@@ -42,7 +42,7 @@ config target 1
 #      option 'readonly' '0'
 # Disk devices default to non-removable, cd - to removable
 #      option 'removable' '0'
-#  0 = Clasic sense format, 1 = Support descriptor format.
+#  0 = Classic sense format, 1 = Support descriptor format.
 #      option 'sense_format' '0'
 
 #config lun 2_1
index c8127234023a869e63415461c922ad700d77c09a..ac7b46ff0cc42e8d98549c9e55334a03ba843dfb 100644 (file)
@@ -52,7 +52,7 @@ option Timeout 600
 # 
 # DefaultErrorFile: The HTML file that gets sent if there is no
 # HTML file defined with an ErrorFile keyword for the HTTP error
-# that has occured.
+# that has occurred.
 #
 option DefaultErrorFile "/usr/share/tinyproxy/default.html"
 
index 5091920e430b8edc6661584c0b6cb53a566fd0b7..d9b8c987db53042eb32466453568501f8fb6ce06 100644 (file)
@@ -53,7 +53,7 @@ uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol.
   IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g.
   ethernet, ip, arp ...). SATP directly includes cryptography and message
   authentication based on the methods used by SRTP.  It is intended to deliver
-  a generic, scaleable and secure solution for tunneling and relaying of packets
+  a generic, scalable and secure solution for tunneling and relaying of packets
   of any protocol.
   Unlike Anytun which is a full featured implementation uAnytun has no support
   for multiple connections or synchronisation. It is a small single threaded
index 2c7cefe5d4d1572fd8b7b4869fa3f1e89ad412d5..1cacce41b8b55936fee9ec4dbcc54c8daf5d0a3e 100644 (file)
@@ -75,7 +75,7 @@
 +
 +              if (m_user == 0) {
 +                      sMessage
-+                                      = "Error: Cannot run as root, check your config file | Useage: LoadModule = Droproot <uid> <gid>";
++                                      = "Error: Cannot run as root, check your config file | Usage: LoadModule = Droproot <uid> <gid>";
 +                      return false;
 +              }
 +
@@ -83,7 +83,7 @@
 +
 +              if (m_group == 0) {
 +                      sMessage
-+                                      = "Error: Cannot run as root, check your config file | Useage: LoadModule = Droproot <uid> <gid>";
++                                      = "Error: Cannot run as root, check your config file | Usage: LoadModule = Droproot <uid> <gid>";
 +                      return false;
 +              }
 +