lib:fuzzing: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Thu, 20 Jul 2023 09:31:43 +0000 (11:31 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 3 Aug 2023 14:31:34 +0000 (14:31 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/fuzzing/fuzz_sddl_access_check.c

index e6231d7da5f4abc60f7ada66ee7aa646e1fa894c..438ca02665647ea7573741432a04c1b906a5b00d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Fuzz access chcek using SDDL strings and a known token
+  Fuzz access check using SDDL strings and a known token
   Copyright (C) Catalyst IT 2023
 
   This program is free software; you can redistribute it and/or modify
@@ -92,7 +92,7 @@ int LLVMFuzzerTestOneInput(uint8_t *input, size_t len)
         * the tail is just junk that comes along for the ride.
         *
         * 3. Even if there is a case where the end of the SDDL is part of the
-        * mask, the evolution stategy is very likely to try a different mask,
+        * mask, the evolution strategy is very likely to try a different mask,
         * because it likes to add junk on the end.
         *
         * But still, you ask, WHY? So that the seeds from here can be shared