From ab06eef8101866dd1337c4759002f7360a9db416 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Sun, 14 Apr 2013 19:37:54 -0700 Subject: Fix spelling errors using 'codespell' tool --- src/shared/strbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/strbuf.c') diff --git a/src/shared/strbuf.c b/src/shared/strbuf.c index e64f1ca07a..01a076c2ba 100644 --- a/src/shared/strbuf.c +++ b/src/shared/strbuf.c @@ -26,7 +26,7 @@ #include "strbuf.h" /* - * Strbuf stores given strings in a single continous allocated memory + * Strbuf stores given strings in a single continuous allocated memory * area. Identical strings are de-duplicated and return the same offset * as the first string stored. If the tail of a string already exists * in the buffer, the tail is returned. -- cgit v1.2.3-54-g00ecf