Преглед на файлове

dpkg-statoverride: Fix typos

Guillem Jover преди 16 години
родител
ревизия
50a9519397
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      src/statcmd.c
  2. 1 1
      src/statdb.c

+ 2 - 2
src/statcmd.c

@@ -1,5 +1,5 @@
 /*
- * dpkg-statoverrides - override ownership and mode of files
+ * dpkg-statoverride - override ownership and mode of files
  *
  * Copyright © 2000, 2001 Wichert Akkerman <wakkerma@debian.org>
  * Copyright © 2006-2009 Guillem Jover <guillem@debian.org>
@@ -48,7 +48,7 @@
 #include "glob.h"
 #include "filesdb.h"
 
-const char thisname[] = "dpkg-statoverrides";
+const char thisname[] = "dpkg-statoverride";
 const char printforhelp[] = N_("Use --help for help about querying packages.");
 
 static void DPKG_ATTR_NORET

+ 1 - 1
src/statdb.c

@@ -212,7 +212,7 @@ ensure_statoverrides(void)
 
 		fnn = findnamenode(thisline, 0);
 		if (fnn->statoverride)
-			ohshit(_("multiple statusoverides present for file '%.250s'"),
+			ohshit(_("multiple statusoverrides present for file '%.250s'"),
 			       thisline);
 		fnn->statoverride = fso;