From cdbea20afb232a3603f988a1dc235f75d8eff981 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 22 Jul 2010 13:12:24 +0200 Subject: [PATCH] minor typo fixed in a comment --- src/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object.c b/src/object.c index 25567e2a..58f8f44c 100644 --- a/src/object.c +++ b/src/object.c @@ -216,7 +216,7 @@ robj *tryObjectEncoding(robj *o) { /* Ok, this object can be encoded... * * Can I use a shared object? Only if the object is inside a given - * range and if this is the main thread, sinc when VM is enabled we + * range and if this is the main thread, since when VM is enabled we * have the constraint that I/O thread should only handle non-shared * objects, in order to avoid race conditions (we don't have per-object * locking). */ -- 2.45.2