Skip to content

Commit 7721d62

Browse files
edisnordDuncaen
authored andcommitted
Fixed typo on the permission check message.
1 parent b1e8d01 commit 7721d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pkgdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ xbps_pkgdb_lock(struct xbps_handle *xhp)
7272

7373
if (access(xhp->rootdir, W_OK) == -1 && errno != ENOENT) {
7474
return xbps_error_errno(errno,
75-
"failed to check whether the roodir is wriable: "
75+
"failed to check whether the roodir is writable: "
7676
"%s: %s\n",
7777
xhp->rootdir, strerror(errno));
7878
}

0 commit comments

Comments
 (0)