From 4593ad8509e51777db04f0845bde49f12dfaedea Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 6 Apr 2015 00:10:54 +0000 Subject: [PATCH] error.h: Fix typo in error text of E_BAD_AFSI. --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), \ -- 2.30.2