1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Comment fix: s/stricktest/strictest/

Fix a spelling error in a comment noted by Quiznos on IRC.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-11-26 12:42:55 +00:00 committed by Miciah Dashiel Butler Masters
parent 8617d69872
commit 33ba13fcbc

2
src/cache/cache.c vendored
View File

@ -183,7 +183,7 @@ get_validated_cache_entry(struct uri *uri, enum cache_mode cache_mode)
return NULL;
/* A bit of a gray zone. Delete the entry if the it has the stricktest
/* A bit of a gray zone. Delete the entry if the it has the strictest
* cache mode and we don't want the most aggressive mode or we have to
* remove the redirect or the entry expired. Please enlighten me.
* --jonas */