Procházet zdrojové kódy

* Shell error typo

svn: 1605
Bryan Drewery před 21 roky
rodič
revize
7e92cc812d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/shell.c

+ 1 - 1
src/shell.c

@@ -643,7 +643,7 @@ char *werr_tostr(int errnum)
 #ifdef LEAF
     return STR("Cannot access tmp directory (~/.ssh/.../)");
 #else
-    return STR("Cannot access config directory (./tmp/)");
+    return STR("Cannot access tmp directory (./tmp/)");
 #endif /* LEAF */
   case ERR_CONFDIRMOD:
 #ifdef LEAF