s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / source3 / modules / vfs_expand_msdfs.c
index fe3c6f47462cff5ca37c83b1e534167f5ee4f742..503ee84e8a4e5483c537c1fd91a185268e483b5f 100644 (file)
@@ -145,7 +145,7 @@ static char *expand_msdfs_target(TALLOC_CTX *ctx,
 
        /*
         * dfs links returned have had '/' characters replaced with '\'.
-        * Return them to '/' so we can have absoute path mapfilenames.
+        * Return them to '/' so we can have absolute path mapfilenames.
         */
        string_replace(mapfilename, '\\', '/');