shadow_copy2: Fix some typos
authorDavid Keegel <djk-samba@cyber.com.au>
Thu, 12 Dec 2013 11:08:58 +0000 (12:08 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 12 Dec 2013 16:58:24 +0000 (17:58 +0100)
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Dec 12 17:58:24 CET 2013 on sn-devel-104

source3/include/smb.h
source3/modules/vfs_shadow_copy2.c

index 34900db62a9533b3e346b4072ece245666d708fa..16aef875ea24732f854e20958d3cd9b1380355ea 100644 (file)
@@ -550,7 +550,7 @@ Offset  Data                        length.
 
 /*
  * Timestamp format used in "previous versions":
- * The is the windows-level format of the @GMT- token.
+ * This is the windows-level format of the @GMT- token.
  * It is a fixed format not to be confused with the
  * format for the POSIX-Level token of the shadow_copy2
  * VFS module that can be configured via the "shadow:format"
index fca05cf7ab91aab6dd2e5ab6d9f93b8dcb347383..30eaaa41924968261e6b893488f303e0f78e8235 100644 (file)
@@ -86,7 +86,7 @@ static bool shadow_copy2_find_slashes(TALLOC_CTX *mem_ctx, const char *str,
 }
 
 /**
- * Given a timstamp, build the posix level GTM-tag string
+ * Given a timestamp, build the posix level GMT-tag string
  * based on the configurable format.
  */
 static size_t shadow_copy2_posix_gmt_string(struct vfs_handle_struct *handle,
@@ -136,7 +136,7 @@ static size_t shadow_copy2_posix_gmt_string(struct vfs_handle_struct *handle,
 }
 
 /**
- * Given a timstamp, build the string to insert into a path
+ * Given a timestamp, build the string to insert into a path
  * as a path component for creating the local path to the
  * snapshot at the given timestamp of the input path.
  *
@@ -218,7 +218,7 @@ static char *shadow_copy2_snapshot_path(TALLOC_CTX *mem_ctx,
 }
 
 /**
- * Strip a snapshot component from an filename as
+ * Strip a snapshot component from a filename as
  * handed in via the smb layer.
  * Returns the parsed timestamp and the stripped filename.
  */