]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix speling (Issue #1452)
authorMichael R Sweet <msweet@msweet.org>
Thu, 11 Dec 2025 16:32:57 +0000 (11:32 -0500)
committerMichael R Sweet <msweet@msweet.org>
Thu, 11 Dec 2025 16:33:01 +0000 (11:33 -0500)
cups/json.c

index 5b8a4557b9ecd92137067ff75fe336a879733edd..9b5744e316861fa54a79e40353a5ce3411d51eab 100644 (file)
@@ -299,7 +299,7 @@ cupsJSONExportString(cups_json_t *json)     // I - JSON root node
     }
     else if (current->sibling)
     {
-      // Visit silbling
+      // Visit sibling
       current = current->sibling;
     }
     else
@@ -444,7 +444,7 @@ cupsJSONExportString(cups_json_t *json)     // I - JSON root node
 
       if (current->sibling)
       {
-       // Visit silbling
+       // Visit sibling
        current = current->sibling;
       }
       else if ((current = current->parent) != NULL)