Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Oct 27, 2015
1 parent 18070ea commit 84f3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkg/pkg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ pkg_recompute(struct pkgdb *db, struct pkg *pkg)
}

int
pkg_try_installed(struct pkgdb *db, const char *names,
pkg_try_installed(struct pkgdb *db, const char *name,
struct pkg **pkg, unsigned flags) {
struct pkgdb_it *it = NULL;
int ret = EPKG_FATAL;
Expand Down

0 comments on commit 84f3ca6

Please sign in to comment.