Explorar el Código

* Shell error typo

svn: 1605
Bryan Drewery hace 21 años
padre
commit
7e92cc812d
Se han modificado 1 ficheros con 1 adiciones y 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