Fix some types
[gd/samba-autobuild/.git] / source4 / cldap_server / netlogon.c
index baac3c8dff5633b5741fcb7a052e277cb50f4e1a..6e455e46bd7ed76f075a907fc9310fbc987988b2 100644 (file)
@@ -189,7 +189,7 @@ NTSTATUS fill_netlogon_samlogon_response(struct ldb_context *sam_ctx,
        }
 
         if (dom_res == NULL) {
-               DEBUG(2,(__location__ ": Unable to get domain informations with no inputs\n"));
+               DEBUG(2,(__location__ ": Unable to get domain information with no inputs\n"));
                return NT_STATUS_NO_SUCH_DOMAIN;
        }