diff options
author | joel <joel@FreeBSD.org> | 2010-08-06 14:33:42 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-06 14:33:42 +0000 |
commit | f4e8725880aad15a64790723505167159829163a (patch) | |
tree | 5f8e429dd9357ed9d831b244958f282da6c793f2 /lib/libcam | |
parent | d1366c1596b57fce1d8e3437a62744761594f724 (diff) | |
download | FreeBSD-src-f4e8725880aad15a64790723505167159829163a.zip FreeBSD-src-f4e8725880aad15a64790723505167159829163a.tar.gz |
Fix typos and spelling mistakes.
Diffstat (limited to 'lib/libcam')
-rw-r--r-- | lib/libcam/cam.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3 index 3a857b2..25328c2 100644 --- a/lib/libcam/cam.3 +++ b/lib/libcam/cam.3 @@ -382,7 +382,7 @@ returns an allocated and partially initialized CCB, or NULL if allocation of the CCB failed. .Pp .Fn cam_send_ccb -returns a value of -1 if an error occured, and +returns a value of -1 if an error occurred, and .Va errno is set to indicate the error. .Pp |