Author: nekral-guest
Date: 2006-04-29 20:17:40 +0000 (Sat, 29 Apr 2006)
New Revision: 259
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/src/filesdb.c
Log:
Fix a typo in an error message (unexecpted -> unexpected).
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-04-29 20:09:17 UTC (rev 258)
+++ trunk/ChangeLog 2006-04-29 20:17:40 UTC (rev 259)
@@ -1,3 +1,7 @@
+2006-04-29 Justin Pryzby <[EMAIL PROTECTED]>
+
+ * src/filesdb.c: Fix a typo (unexecpted -> unexpected).
+
2006-04-22 Clint Adams <[EMAIL PROTECTED]>
* scripts/install-info.pl: Strip any trailing '/dir' from the
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-04-29 20:09:17 UTC (rev 258)
+++ trunk/debian/changelog 2006-04-29 20:17:40 UTC (rev 259)
@@ -26,6 +26,7 @@
[ Nicolas Francois ]
* Generate the Russian man pages in the KOI8-R charset. Closes: #361987
* Document the shlibs.local format in dpkg-source(1). CLoses: #316485
+ * Fix a typo in an error message. Thanks to Justin Pryzby. Closes: #364539
[ Guillem Jover ]
* Fix strings so that they can be more easily translated. Closes: #134358
Modified: trunk/src/filesdb.c
===================================================================
--- trunk/src/filesdb.c 2006-04-29 20:09:17 UTC (rev 258)
+++ trunk/src/filesdb.c 2006-04-29 20:17:40 UTC (rev 259)
@@ -400,7 +400,7 @@
/* 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");
/* Extract the mode */
if (!(ptr=memchr(thisline, ' ', nextline-thisline)))
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]