Pārlūkot izejas kodu

* Shell error typo

svn: 1605
Bryan Drewery 21 gadi atpakaļ
vecāks
revīzija
7e92cc812d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/shell.c

+ 1 - 1
src/shell.c

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