summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index e3891740..f6a831ea 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -26,7 +26,7 @@ extern "C" {
#define CA_FreeData (16) /* Free the cache Data on close */
#define CA_Redirect (32) /* Data actually points to a redirect */
#define CA_ForceRedirect (64) /* Unconditional redirect */
-#define CA_TempRedirect (128) /* Temporal redirect */
+#define CA_TempRedirect (128) /* Temporary redirect */
#define CA_NotFound (256) /* True if remote server didn't find the URL */
#define CA_Stopped (512) /* True if the entry has been stopped */
#define CA_MsgErased (1024) /* Used to erase the bw's status bar */