From a533b594f7b14b130e00fa6896d95e8507d49b14 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Mon, 13 Jan 2014 14:57:54 -0500 Subject: [PATCH] spelling: "prefered" -> "preferred" --- protobuf-c/protobuf-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf-c/protobuf-c.c b/protobuf-c/protobuf-c.c index 1289767..969f9cc 100644 --- a/protobuf-c/protobuf-c.c +++ b/protobuf-c/protobuf-c.c @@ -167,7 +167,7 @@ system_free(void *allocator_data, void *data) /* * Some users may configure the default allocator; providing your own allocator - * to unpack() is prefered. This allocator is still used for packing nested + * to unpack() is preferred. This allocator is still used for packing nested * messages. */ ProtobufCAllocator protobuf_c_default_allocator = {