Typo fix in file classification
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Sep 2007 14:21:11 +0000 (17:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Sep 2007 14:21:11 +0000 (17:21 +0300)
build/rpmfc.c

index 4252564..9dfafdc 100644 (file)
@@ -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"))