Sfoglia il codice sorgente

Fix typo (unexecpted -> unexpected)

Sven Joachim 17 anni fa
parent
commit
e48d19ed49
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/statdb.c

+ 1 - 1
src/statdb.c

@@ -205,7 +205,7 @@ ensure_statoverrides(void)
 		/* Move to the next bit */
 		thisline = ptr + 1;
 		if (thisline >= loaded_list_end)
-			ohshit(_("unexecpted end of line in statoverride file"));
+			ohshit(_("unexpected end of line in statoverride file"));
 
 		fnn = findnamenode(thisline, 0);
 		if (fnn->statoverride)