X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fpkg.c;h=6c07b840b8c978e194e49abdb42f89d37868b084;hp=4bbecb9685eb707807cac8540529ab29d0c27984;hb=b6a38150404297fd718587d1ffefc160044f2f64;hpb=1f08c9e15caa6377c58f55c0fdaab8f4fab1ad5e diff --git a/libopkg/pkg.c b/libopkg/pkg.c index 4bbecb9..6c07b84 100644 --- a/libopkg/pkg.c +++ b/libopkg/pkg.c @@ -1313,7 +1313,7 @@ str_list_t *pkg_get_installed_files(pkg_t *pkg) return NULL; } - /* For uninstalled packages, get the file list firectly from the package. + /* For uninstalled packages, get the file list directly from the package. For installed packages, look at the package.list file in the database. */ if (pkg->state_status == SS_NOT_INSTALLED || pkg->dest == NULL) {