vfs: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 26 May 2023 10:35:48 +0000 (12:35 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 13 Jun 2023 23:33:39 +0000 (23:33 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_shadow_copy2.c

index a2c9d3ce4c98df834aecb110d6b75f7e5238e71d..9330cc4aabf5fde8dbb164dd5459a5a7575f556d 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*
- * This is a second implemetation of a shadow copy module for exposing
+ * This is a second implementation of a shadow copy module for exposing
  * file system snapshots to windows clients as shadow copies.
  *
  * See the manual page for documentation.