Julien 'Lta' BALLET 11 anni fa
parent
commit
94269570e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      include/bdsm/smb_session.h

+ 1 - 1
include/bdsm/smb_session.h

@@ -212,7 +212,7 @@ int             smb_session_connect(smb_session_t *s, const char *name,
  * machine name, then try 'WORKGROUP'.
  * @param user The user name in the current locale
  * @param password The password in the current locale
- * @return 0 in case of failure, > 0 in case of success. Sucess doesn't mean
+ * @return 0 in case of failure, > 0 in case of success. Success doesn't mean
  * you are logged in with the user you requested. If guest are activated on
  * the remote host, when login fails, you are logged in as 'Guest'.
  */