Просмотр исходного кода

Fix typo (unexecpted -> unexpected)

Sven Joachim лет назад: 17
Родитель
Сommit
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 */
 		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)