r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct...
[ira/wip.git] / source / lib / registry / reg_backend_nt4.c
index d1d19f904b724091b2ca3bd95c55d79d8bb440f8..a9759b8e68c9407859f445ff4eff936e252fe9af 100644 (file)
@@ -463,7 +463,7 @@ static WERROR regf_get_value (TALLOC_CTX *ctx, const struct registry_key *key, i
        }
 
        if ((*ret)->data.length < vk->data_length) {
-               DEBUG(1, ("Read data less then indicated data length!\n"));
+               DEBUG(1, ("Read data less than indicated data length!\n"));
        }
        
        return WERR_OK;