summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/netapi/netapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index 113a72ca13..8ec1fbfb03 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -518,7 +518,7 @@ NET_API_STATUS NetUserEnum(const char * server_name /* [in] */,
* @param[in] domain_name The server or domain name to connect to
* @param[in] user_name The user account to change the password for
* @param[in] old_password The user account's old password
- * @param[in] old_password The user account's new password
+ * @param[in] new_password The user account's new password
* @return NET_API_STATUS
*
* example user/user_chgpwd.c