Skip to content

Commit

Permalink
Update wording for repository not existing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrewery committed Apr 18, 2012
1 parent 2077d38 commit a1baa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkg/pkgdb.c
Expand Up @@ -149,7 +149,7 @@ pkgdb_get_reponame(struct pkgdb *db, const char *repo)
if (multirepos_enabled) {
if (repo != NULL) {
if (!is_attached(db->sqlite, repo)) {
pkg_emit_error("repository '%s' does not exists", repo);
pkg_emit_error("repository '%s' does not exist.", repo);
return (NULL);
}

Expand Down

0 comments on commit a1baa33

Please sign in to comment.