diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-04-14 19:37:54 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-15 08:40:05 -0400 |
commit | ab06eef8101866dd1337c4759002f7360a9db416 (patch) | |
tree | dcd6f81750a284d072f558890bc02db06ed11e4a /src/shared/strbuf.c | |
parent | 97e13058170c7759dbbc239d264b9a31b0c81079 (diff) |
Fix spelling errors using 'codespell' tool
Diffstat (limited to 'src/shared/strbuf.c')
-rw-r--r-- | src/shared/strbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |