We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7721d62 commit 58dfb12Copy full SHA for 58dfb12
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 writable: "
+ "failed to check whether the rootdir is writable: "
76
"%s: %s\n",
77
xhp->rootdir, strerror(errno));
78
}
0 commit comments