aboutsummaryrefslogtreecommitdiffstats
path: root/cache.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-14 22:05:51 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-15 18:44:55 +0200
commit67d0f870506e3bc3703ae3cb2cb00e19691ce967 (patch)
treebd84beb4b402e74693215826ea36980dcd2c924c /cache.c
parentui-shared: use type='search' for the search box (diff)
downloadcgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.tar.xz
cgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.zip
global: spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to '')
-rw-r--r--cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.c b/cache.c
index 2ccdc4e..0901e6e 100644
--- a/cache.c
+++ b/cache.c
@@ -318,7 +318,7 @@ static int process_slot(struct cache_slot *slot)
/* If the cache slot does not exist (or its key doesn't match the
* current key), lets try to create a new cache slot for this
* request. If this fails (for whatever reason), lets just generate
- * the content without caching it and fool the caller to belive
+ * the content without caching it and fool the caller to believe
* everything worked out (but print a warning on stdout).
*/