Fixed typo in debug.
authorTim Potter <tpot@samba.org>
Mon, 15 Sep 2003 12:22:34 +0000 (12:22 +0000)
committerTim Potter <tpot@samba.org>
Mon, 15 Sep 2003 12:22:34 +0000 (12:22 +0000)
(This used to be commit e2b5dd7d9b351984c40876f3c86f2a006e0eec42)

source3/smbd/statcache.c

index 948173687d9ebcb9516a738ab1a4210bb04ea164..76406f208e52209411bea901fd1ba91712c6bb0d 100644 (file)
@@ -119,7 +119,7 @@ void stat_cache_add( const char *full_orig_name, const char *orig_translated_pat
 
        if (original_path_length != translated_path_length) {
                if (original_path_length < translated_path_length) {
-                       DEBUG(0, ("OOPS - tried to store stat cache entry for werid length paths [%s] %u and [%s] %u)!\n",
+                       DEBUG(0, ("OOPS - tried to store stat cache entry for weird length paths [%s] %u and [%s] %u)!\n",
                                                original_path, original_path_length, translated_path, translated_path_length));
                        SAFE_FREE(original_path);
                        SAFE_FREE(translated_path);