From 4cd23d44a0d38c61dd3bfb8cbbcc4a098f43f4d2 Mon Sep 17 00:00:00 2001 From: jcid Date: Tue, 20 Nov 2007 01:02:44 +0100 Subject: . --- src/cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cache.h') 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 */ -- cgit v1.2.3