]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
error.h: Fix typo in error text of E_BAD_AFSI.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Apr 2015 00:10:54 +0000 (00:10 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 30 Apr 2015 15:54:51 +0000 (17:54 +0200)
error.h

diff --git a/error.h b/error.h
index 31426b04839e829a7594f6127cf48ec0603a56ac..28ac9552315689124f2bfa1de0e50f874d2e9e61 100644 (file)
--- a/error.h
+++ b/error.h
@@ -266,7 +266,7 @@ extern const char **para_errlist[];
 
 
 #define AFT_ERRORS \
-       PARA_ERROR(BAD_AFSI, "invaiid afs info"), \
+       PARA_ERROR(BAD_AFSI, "invalid afs info"), \
        PARA_ERROR(LOCALTIME, "localtime() failed"), \
        PARA_ERROR(STRFTIME, "strftime() failed"), \
        PARA_ERROR(BAD_PATH, "invalid path"), \