We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be58b3f commit 244c346Copy full SHA for 244c346
1 file changed
cups/json.c
@@ -293,7 +293,7 @@ cupsJSONExportString(cups_json_t *json) // I - JSON root node
293
}
294
else if (current->sibling)
295
{
296
- // Visit silbling
+ // Visit sibling
297
current = current->sibling;
298
299
else
@@ -438,7 +438,7 @@ cupsJSONExportString(cups_json_t *json) // I - JSON root node
438
439
if (current->sibling)
440
441
442
443
444
else if ((current = current->parent) != NULL)
0 commit comments