Subject: | Spelling error |
Hello,
just one little error:
--- a/SmbClient.pm
+++ b/SmbClient.pm
@@ -792,7 +792,7 @@
Sets FILEHANDLE's position, just like the "fseek"
call of "stdio". FILEHANDLE may be an expression
whose value gives the name of the filehandle. The
-values for WHENCE is always SEEK_SET beacause others
+values for WHENCE is always SEEK_SET because others
didn't work on libsmbclient.so
FILEHANDLE must be open with open of this module.