summaryrefslogtreecommitdiff
path: root/src/auth_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth_common.c')
-rw-r--r--src/auth_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth_common.c b/src/auth_common.c
index 9d9d6ef..471691b 100644
--- a/src/auth_common.c
+++ b/src/auth_common.c
@@ -44,7 +44,7 @@
*
* @param status_type. The type of the status code, either GSS_C_GSS_CODE
* for a GSS-API status code or GSS_C_MECH_CODE
- * for a mechanism specific status code.
+ * for a mechanism-specific status code.
*/
void dcc_gssapi_status_to_log(OM_uint32 status_code, int status_type) {
gss_buffer_desc status_string = GSS_C_EMPTY_BUFFER;