summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>2006-04-29 20:17:40 +0000
committerNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>2006-04-29 20:17:40 +0000
commit1cd0acf06617e3d9ae375f80b7958a95d97eba4c (patch)
treedaec121bc1eee28cbd4ff19f75ee78f85a5abdcb /src
parenteb90932d23d6cd49ce130b85742ecb3813bbe6dc (diff)
downloaddpkg-1cd0acf06617e3d9ae375f80b7958a95d97eba4c.tar.gz
Fix a typo in an error message (unexecpted -> unexpected).
Diffstat (limited to 'src')
-rw-r--r--src/filesdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesdb.c b/src/filesdb.c
index ed7e56fac..6ac572b74 100644
--- a/src/filesdb.c
+++ b/src/filesdb.c
@@ -400,7 +400,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");
/* Extract the mode */
if (!(ptr=memchr(thisline, ' ', nextline-thisline)))