]> Kevux Git Server - fll/commitdiff
Cleanup: Fix grammar in comment.
authorKevin Day <Kevin@kevux.org>
Thu, 23 May 2024 01:36:41 +0000 (20:36 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 23 May 2024 01:36:41 +0000 (20:36 -0500)
level_1/fl_fss/c/private-fss.c

index d7b7b2e7ee68216691ea2fcfd8e9061b367ce3db..fa7095c8329d80f0c94f0e0396afc90676430f99 100644 (file)
@@ -842,7 +842,7 @@ extern "C" {
 
         if (range->start > range->stop || range->start >= object.used) {
 
-          // Slashes before the final quote must be escaped when quote, add the delimit slashes.
+          // Slashes before the final quote must be escaped when quoted, add the delimit slashes.
           if (quoted_is) {
 
             // If this is the first quote, then only a single delimit slash is needed.