From: Andre Noll Date: Mon, 6 Apr 2015 00:10:54 +0000 (+0000) Subject: error.h: Fix typo in error text of E_BAD_AFSI. X-Git-Tag: v0.5.5~39 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4593ad8509e51777db04f0845bde49f12dfaedea error.h: Fix typo in error text of E_BAD_AFSI. --- diff --git a/error.h b/error.h index 31426b04..28ac9552 100644 --- 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"), \