summaryrefslogtreecommitdiff
path: root/src/cache.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-20 01:02:44 +0100
committerjcid <devnull@localhost>2007-11-20 01:02:44 +0100
commit4cd23d44a0d38c61dd3bfb8cbbcc4a098f43f4d2 (patch)
treeb216b42d322c08a3862889eaee600d13f0c3f83f /src/cache.h
parentea998e1c7dd08208f0e2bbdc31bae9677b8536b7 (diff)
.
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 */