Typo fix in file classification

This commit is contained in:
Panu Matilainen 2007-09-05 17:21:11 +03:00
parent 2f25add8f9
commit 3448bd7328
1 changed files with 1 additions and 1 deletions

View 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"))