summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-01-11 15:24:19 +0000
committerjbj <devnull@localhost>2004-01-11 15:24:19 +0000
commit14c4c71c6e2f71ac7b95a30b8c51f91606c2a7a3 (patch)
tree13aa6f3380d88aadd206f3f363f5a366a3b60757 /build
parent47ac30a7eb407dc9aca3274b9dae4e688c7d16ec (diff)
downloadrpm-14c4c71c6e2f71ac7b95a30b8c51f91606c2a7a3.tar.gz
rpm-14c4c71c6e2f71ac7b95a30b8c51f91606c2a7a3.tar.bz2
rpm-14c4c71c6e2f71ac7b95a30b8c51f91606c2a7a3.zip
rpm-nls-fixes.patch (from PLD).
CVS patchset: 7074 CVS date: 2004/01/11 15:24:19
Diffstat (limited to 'build')
-rw-r--r--build/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/files.c b/build/files.c
index 6cc3b3bd8..168b5ae4a 100644
--- a/build/files.c
+++ b/build/files.c
@@ -1769,7 +1769,7 @@ static int processMetadataFile(Package pkg, FileList fl, const char * fileURL,
switch (tag) {
default:
- rpmError(RPMERR_BADSPEC, _("%s: can't load unknwon tag (%d).\n"),
+ rpmError(RPMERR_BADSPEC, _("%s: can't load unknown tag (%d).\n"),
fn, tag);
goto exit;
/*@notreached@*/