Corrected typo. Close bug #522
authoraland <aland>
Tue, 26 Feb 2008 09:11:18 +0000 (09:11 +0000)
committeraland <aland>
Tue, 26 Feb 2008 09:11:18 +0000 (09:11 +0000)
src/modules/rlm_dbm/rlm_dbm_parser.c

index e0ead00..6b9e1b0 100644 (file)
@@ -252,7 +252,7 @@ static int sm_parse_file(FILE*fp,const char* fname) {
 
                        case T_COMMA: break;  /* parse next line */
                        default: /* error: we do  not expect anything else */
-                                       fprintf(stderr ,"%s: %s[%lu]: sintax error\n",progname,fname,lino);
+                                       fprintf(stderr ,"%s: %s[%lu]: syntax error\n",progname,fname,lino);
                                        librad_perror("Error");
                                        parse_state = SMP_INVALID;
                                        st_errors++;