s3:registry: fix a comment typo
authorMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 13:23:39 +0000 (15:23 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 18:02:09 +0000 (20:02 +0200)
source3/registry/reg_backend_db.c

index 00a2790a57430a4bf4f330d29d4cbf68e7601c96..4fc2e39a265df95edddc35bc590cb4aedeee8e9c 100644 (file)
@@ -648,7 +648,7 @@ static WERROR regdb_delete_key_with_prefix(struct db_context *db,
 
        werr = ntstatus_to_werror(dbwrap_delete_bystring(db, path));
 
-       /* treat "not" found" as ok */
+       /* treat "not found" as ok */
        if (W_ERROR_EQUAL(werr, WERR_NOT_FOUND)) {
                werr = WERR_OK;
        }