]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
config: spelling fixes
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Oct 2018 20:22:25 +0000 (13:22 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Oct 2018 20:22:25 +0000 (13:22 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
README.iproute2+tc
configure

index 2a5638da5aea4be2a42d78014957dd36aba7b5f7..5979098e6177146f19cb5bc3e0f0c2aa78a40be9 100644 (file)
@@ -47,7 +47,7 @@ papers.
 
 Pairs X:Y are class handles, X:0 are qdisc handles.
 weight should be proportional to rate for leaf classes
-(I choosed it ten times less, but it is not necessary)
+(I repeated it ten times less, but it is not necessary)
 
 defmap is bitmap of logical priorities served by this class.
 
index 5ef5cd4cf9cde980c5951153594a9c93de3bf41c..744d6282a926a1eb289a9a90e7f9765e2419ec31 100755 (executable)
--- a/configure
+++ b/configure
@@ -90,13 +90,13 @@ EOF
 
 check_xt_old()
 {
-    # bail if previous XT checks has already succeded.
+    # bail if previous XT checks has already succeeded.
     if grep -q TC_CONFIG_XT $CONFIG
     then
        return
     fi
 
-    #check if we dont need our internal header ..
+    #check if we don't need our internal header ..
     cat >$TMPDIR/ipttest.c <<EOF
 #include <xtables.h>
 char *lib_dir;
@@ -129,7 +129,7 @@ EOF
 
 check_xt_old_internal_h()
 {
-    # bail if previous XT checks has already succeded.
+    # bail if previous XT checks has already succeeded.
     if grep -q TC_CONFIG_XT $CONFIG
     then
        return