Spelling fixes s/wont /won't /
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:58:50 +0000 (21:58 +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>
examples/libsmbclient/testutime.c
source3/libsmb/libsmb_path.c

index 8cc78fd62849820dc73f522b7794421d1739c9ea..662bd866a59c8be71e70f59f648968aa353ed886 100644 (file)
@@ -52,7 +52,7 @@ int main(int argc, char * argv[])
            (long long)st.st_ctime, ctime_r(&st.st_ctime, c_time),
            (long long)st.st_atime, ctime_r(&st.st_atime, a_time));
     
-    utimbuf.actime = t;         /* unchangeable (wont change) */
+    utimbuf.actime = t;         /* unchangeable (won't change) */
     utimbuf.modtime = t;        /* this one should succeed */
     if (smbc_utime(pSmbPath, &utimbuf) < 0)
     {
index 5b53b386a6756737adccd6a7286d0693cf759eb1..bcbdae325c4e602b062884cacec85a38256b1e29 100644 (file)
@@ -257,7 +257,7 @@ SMBC_parse_path(TALLOC_CTX *ctx,
        }
 
         /*
-         * Assume we wont find an authentication domain to parse, so default
+         * Assume we won't find an authentication domain to parse, so default
          * to the workgroup in the provided context.
          */
        if (pp_workgroup != NULL) {