From 78259826cd35fd1b03cf0fce122c6e3e2fd69961 Mon Sep 17 00:00:00 2001 From: Binbin Date: Wed, 24 Aug 2022 20:07:43 +0800 Subject: Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184) add a few terms to the white list, and fix a few newly detected typos --- src/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object.c') diff --git a/src/object.c b/src/object.c index 0f36f8f8c..6a5e85e9d 100644 --- a/src/object.c +++ b/src/object.c @@ -62,7 +62,7 @@ robj *createObject(int type, void *ptr) { * objects such as small integers from different threads without any * mutex. * - * A common patter to create shared objects: + * A common pattern to create shared objects: * * robj *myobject = makeObjectShared(createObject(...)); * -- cgit v1.2.1