We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06d565 commit 06be333Copy full SHA for 06be333
1 file changed
common/lib/libprop/prop_object.c
@@ -1,4 +1,4 @@
1
-/* $NetBSD: prop_object.c,v 1.36 2025/04/23 02:58:52 thorpej Exp $ */
+/* $NetBSD: prop_object.c,v 1.37 2025/04/24 14:24:45 christos Exp $ */
2
3
/*-
4
* Copyright (c) 2006, 2007, 2025 The NetBSD Foundation, Inc.
@@ -352,7 +352,7 @@ _prop_object_externalize_append_encoded_cstring_json(
352
ch = 'n';
353
goto emit;
354
355
- case 0x0d: /* U+000D carraige return */
+ case 0x0d: /* U+000D carriage return */
356
ch = 'r';
357
358
@@ -998,7 +998,7 @@ _prop_object_internalize_decode_string_json(
998
c[0] = 0x0a;
999
break;
1000
1001
- case 'r': /* carraige return */
+ case 'r': /* carriage return */
1002
c[0] = 0x0d;
1003
1004
0 commit comments