Skip to content

Commit 06be333

Browse files
committed
typo police.
1 parent b06d565 commit 06be333

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common/lib/libprop/prop_object.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: prop_object.c,v 1.36 2025/04/23 02:58:52 thorpej Exp $ */
1+
/* $NetBSD: prop_object.c,v 1.37 2025/04/24 14:24:45 christos Exp $ */
22

33
/*-
44
* Copyright (c) 2006, 2007, 2025 The NetBSD Foundation, Inc.
@@ -352,7 +352,7 @@ _prop_object_externalize_append_encoded_cstring_json(
352352
ch = 'n';
353353
goto emit;
354354

355-
case 0x0d: /* U+000D carraige return */
355+
case 0x0d: /* U+000D carriage return */
356356
ch = 'r';
357357
goto emit;
358358

@@ -998,7 +998,7 @@ _prop_object_internalize_decode_string_json(
998998
c[0] = 0x0a;
999999
break;
10001000

1001-
case 'r': /* carraige return */
1001+
case 'r': /* carriage return */
10021002
c[0] = 0x0d;
10031003
break;
10041004

0 commit comments

Comments
 (0)