Explorar o código

* Shell error typo

svn: 1605
Bryan Drewery %!s(int64=21) %!d(string=hai) anos
pai
achega
7e92cc812d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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