diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-04-18 16:16:18 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-04-18 16:16:18 -0400 |
commit | 777f1f5ea25d5ebaeb494f567e678e78c8066368 (patch) | |
tree | 529080162cd374d18f214934bef3a1798f645695 /src/timeout.cc | |
parent | d0225361f2bbce9c0fefc2174fbe8d4878a2789d (diff) |
Implemented Instant client-side redirects (META refresh with delay=0)
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
Diffstat (limited to 'src/timeout.cc')
-rw-r--r-- | src/timeout.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeout.cc b/src/timeout.cc index 356134cc..80eb6425 100644 --- a/src/timeout.cc +++ b/src/timeout.cc @@ -29,7 +29,7 @@ void a_Timeout_add(float t, TimeoutCb_t cb, void *cbdata) } /* - * To be called from iside the 'cb' function when it wants to keep running + * To be called from inside the 'cb' function when it wants to keep running */ void a_Timeout_repeat(float t, TimeoutCb_t cb, void *cbdata) { |