We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e8d01 commit 7721d62Copy full SHA for 7721d62
1 file changed
lib/pkgdb.c
@@ -72,7 +72,7 @@ xbps_pkgdb_lock(struct xbps_handle *xhp)
72
73
if (access(xhp->rootdir, W_OK) == -1 && errno != ENOENT) {
74
return xbps_error_errno(errno,
75
- "failed to check whether the roodir is wriable: "
+ "failed to check whether the roodir is writable: "
76
"%s: %s\n",
77
xhp->rootdir, strerror(errno));
78
}
0 commit comments