Skip to content

Commit 244c346

Browse files
committed
Fix speling.
1 parent be58b3f commit 244c346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cups/json.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ cupsJSONExportString(cups_json_t *json) // I - JSON root node
293293
}
294294
else if (current->sibling)
295295
{
296-
// Visit silbling
296+
// Visit sibling
297297
current = current->sibling;
298298
}
299299
else
@@ -438,7 +438,7 @@ cupsJSONExportString(cups_json_t *json) // I - JSON root node
438438

439439
if (current->sibling)
440440
{
441-
// Visit silbling
441+
// Visit sibling
442442
current = current->sibling;
443443
}
444444
else if ((current = current->parent) != NULL)

0 commit comments

Comments
 (0)