Skip to content

Commit 58dfb12

Browse files
edisnordclassabbyamp
authored andcommitted
Fixed typo on the permission check message.
Fixed a second typo found commit 6142fff Co-authored-by: classabbyamp <[email protected]>
1 parent 7721d62 commit 58dfb12

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 writable: "
75+
"failed to check whether the rootdir is writable: "
7676
"%s: %s\n",
7777
xhp->rootdir, strerror(errno));
7878
}

0 commit comments

Comments
 (0)