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

Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’)

Closes: #519082
Reported-by: Ivan Masár <helix84@centrum.sk>
Guillem Jover лет назад: 17
Родитель
Сommit
c473bbca60
2 измененных файлов с 5 добавлено и 1 удалено
  1. 4 0
      debian/changelog
  2. 1 1
      src/filesdb.c

+ 4 - 0
debian/changelog

@@ -13,6 +13,10 @@ dpkg (1.15.1) UNRELEASED; urgency=low
     it's not too late. Instead debian/source/format should be used to indicate
     the desired source package format.
 
+  [ Guillem Jover ]
+  * Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’). Closes: #519082
+    Thanks to Ivan Masár.
+
   [ Updated dselect translations ]
   * German (Sven Joachim).
   * Swedish (Peter Krefting).

+ 1 - 1
src/filesdb.c

@@ -447,7 +447,7 @@ void 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)