Module Name: src
Committed By: andvar
Date: Sat Jul 2 16:30:13 UTC 2022
Modified Files:
src/common/lib/libprop: prop_dictionary.c
Log Message:
s/refrences/references/
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/common/lib/libprop/prop_dictionary.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libprop/prop_dictionary.c
diff -u src/common/lib/libprop/prop_dictionary.c:1.43 src/common/lib/libprop/prop_dictionary.c:1.44
--- src/common/lib/libprop/prop_dictionary.c:1.43 Sun Dec 5 02:52:17 2021
+++ src/common/lib/libprop/prop_dictionary.c Sat Jul 2 16:30:13 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_dictionary.c,v 1.43 2021/12/05 02:52:17 msaitoh Exp $ */
+/* $NetBSD: prop_dictionary.c,v 1.44 2022/07/02 16:30:13 andvar Exp $ */
/*-
* Copyright (c) 2006, 2007, 2020 The NetBSD Foundation, Inc.
@@ -689,7 +689,7 @@ prop_dictionary_create_with_capacity(uns
* prop_dictionary_copy --
* Copy a dictionary. The new dictionary has an initial capacity equal
* to the number of objects stored int the original dictionary. The new
- * dictionary contains refrences to the original dictionary's objects,
+ * dictionary contains references to the original dictionary's objects,
* not copies of those objects (i.e. a shallow copy).
*/
prop_dictionary_t