Fix copy/pasto in error message.
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
index fb479c36bd7a43840f84eeb673f0ce6423c2beed..246705e8f2549ae2d2270489dcd7ff880ccaee31 100644 (file)
@@ -90,7 +90,7 @@ parse_status(pkg_t *pkg, const char *sstr)
 
        if (sscanf(sstr, "Status: %63s %63s %63s",
                                sw_str, sf_str, ss_str) != 3) {
-               fprintf(stderr, "%s: failed to parse Conffiles line for %s\n",
+               fprintf(stderr, "%s: failed to parse Status line for %s\n",
                                __FUNCTION__, pkg->name);
                return;
        }