diff options
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")) |