Преглед изворни кода

Fix typo (unexecpted -> unexpected)

Sven Joachim пре 17 година
родитељ
комит
e48d19ed49
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/statdb.c

+ 1 - 1
src/statdb.c

@@ -205,7 +205,7 @@ ensure_statoverrides(void)
 		/* Move to the next bit */
 		/* Move to the next bit */
 		thisline = ptr + 1;
 		thisline = ptr + 1;
 		if (thisline >= loaded_list_end)
 		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);
 		fnn = findnamenode(thisline, 0);
 		if (fnn->statoverride)
 		if (fnn->statoverride)