diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-05 17:21:11 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-05 17:21:11 +0300 |
commit | 3448bd7328ad310f781f72c031dc1a92d0d8f31e (patch) | |
tree | ebff807065c66756839aae29b08917d1d1327745 /build/rpmfc.c | |
parent | 2f25add8f91c03bb7189ebb5df28f64b0e658b60 (diff) | |
download | librpm-tizen-3448bd7328ad310f781f72c031dc1a92d0d8f31e.tar.gz librpm-tizen-3448bd7328ad310f781f72c031dc1a92d0d8f31e.tar.bz2 librpm-tizen-3448bd7328ad310f781f72c031dc1a92d0d8f31e.zip |
Typo fix in file classification
Diffstat (limited to 'build/rpmfc.c')
-rw-r--r-- | build/rpmfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index 42525645a..9dfafdc36 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -1284,7 +1284,7 @@ assert(s != NULL); /* XXX all files with extension ".la" are libtool for now. */ else if (_suffix(s, ".la")) - ftype = "libtoo library file"; + ftype = "libtool library file"; /* XXX all files with extension ".pc" are pkgconfig for now. */ else if (_suffix(s, ".pc")) |