o Correct spelling error from patch in previous commit.

This commit is contained in:
Robert Watson 2001-01-09 05:40:54 +00:00
parent fe33e45a80
commit 695bf79c7c
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ cap_get_fd(int fd)
error = __cap_get_fd(fd, cap);
if (error) {
errno = erro;
errno = error;
cap_free(cap);
return (NULL);
}

View File

@ -47,7 +47,7 @@ cap_get_fd(int fd)
error = __cap_get_fd(fd, cap);
if (error) {
errno = erro;
errno = error;
cap_free(cap);
return (NULL);
}