opkg: make .opk as the default opkg file extension
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
index 9b43754e04a6e51dcb305f4a6dc5a65c6cf91703..af5ead76dd9671e5872983efc06d642b9f7d9eab 100644 (file)
@@ -369,7 +369,7 @@ int pkg_parse_raw(pkg_t *pkg, char ***raw, pkg_src_t *src, pkg_dest_t *dest)
 out:;
     
     *raw = lines;
-/* If the ipk has not a Provides line, we insert our false line */ 
+/* If the opk has not a Provides line, we insert our false line */ 
     if ( pkg_false_provides==1)
     {
        pkg->provides_count = 1;