]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/ upto / up to /
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:19:42 +0000 (22:19 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:27 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
librpc/ndr/ndr_sec_helper.c
source4/torture/basic/delaywrite.c

index 5a2ed16e33e21cb4b4d2d5bbd6d0b91fad1d68e1..b9e10cca27f46d67e389b59f713b215ff89c1f99 100644 (file)
@@ -199,7 +199,7 @@ enum ndr_err_code ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const s
 }
 
 /*
-  parse a dom_sid28 - this is a dom_sid in a fixed 28 byte buffer, so we need to ensure there are only upto 5 sub_auth
+  parse a dom_sid28 - this is a dom_sid in a fixed 28 byte buffer, so we need to ensure there are only up to 5 sub_auth
 */
 enum ndr_err_code ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid)
 {
@@ -246,7 +246,7 @@ enum ndr_err_code ndr_push_dom_sid28(struct ndr_push *ndr, int ndr_flags, const
 
        if (sid->num_auths > 5) {
                return ndr_push_error(ndr, NDR_ERR_RANGE, 
-                                     "dom_sid28 allows only upto 5 sub auth [%u]", 
+                                     "dom_sid28 allows only up to 5 sub auth [%u]", 
                                      sid->num_auths);
        }
 
index 347871688729e03006f2b9a9652899d8556d255d..620870120bdf620b6a55de71924e0e4e51352e33 100644 (file)
@@ -1440,7 +1440,7 @@ static bool test_delayed_write_update3(struct torture_context *tctx,
        /*
         * make sure the write time is updated 2 seconds later
         * calcuated from the first write
-        * (but expect upto 5 seconds extra time for a busy server)
+        * (but expect up to 5 seconds extra time for a busy server)
         */
        start = timeval_current();
        end = timeval_add(&start, 7 * sec, 0);
@@ -1602,7 +1602,7 @@ static bool test_delayed_write_update3a(struct torture_context *tctx,
        /*
         * make sure the write time is updated 2 seconds later
         * calcuated from the first write
-        * (but expect upto 5 seconds extra time for a busy server)
+        * (but expect up to 5 seconds extra time for a busy server)
         */
        start = timeval_current();
        end = timeval_add(&start, 7 * sec, 0);
@@ -1813,7 +1813,7 @@ static bool test_delayed_write_update3b(struct torture_context *tctx,
        /*
         * make sure the write time is updated 2 seconds later
         * calcuated from the first write
-        * (but expect upto 5 seconds extra time for a busy server)
+        * (but expect up to 5 seconds extra time for a busy server)
         */
        start = timeval_current();
        end = timeval_add(&start, 7 * sec, 0);
@@ -2188,7 +2188,7 @@ static bool test_delayed_write_update4(struct torture_context *tctx,
        /*
         * make sure the write time is updated 2 seconds later
         * calcuated from the first write
-        * (but expect upto 3 seconds extra time for a busy server)
+        * (but expect up to 3 seconds extra time for a busy server)
         */
        start = timeval_current();
        end = timeval_add(&start, 5 * sec, 0);