diff options
author | jcid <devnull@localhost> | 2008-03-24 22:56:22 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-24 22:56:22 +0100 |
commit | 5763bad3e2a95553ed799e73ffd640dfaf441ac0 (patch) | |
tree | e31159f81dbfeb051538959900060a9dd94bd7fb | |
parent | 74d3c301d4ad9333a7d28e2a20ac732cd13ac462 (diff) |
+ s/there're/there are/g
-rw-r--r-- | src/cache.c | 2 | ||||
-rw-r--r-- | src/html.cc | 2 | ||||
-rw-r--r-- | src/misc.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cache.c b/src/cache.c index 93c28098..13a56127 100644 --- a/src/cache.c +++ b/src/cache.c @@ -914,7 +914,7 @@ static void Cache_process_queue(CacheEntry_t *entry) a_Url_free(url); } - /* Trigger cleanup when there're no cache clients */ + /* Trigger cleanup when there are no cache clients */ if (dList_length(ClientQueue) == 0) { _MSG(" a_Dicache_cleanup()\n"); a_Dicache_cleanup(); diff --git a/src/html.cc b/src/html.cc index 5cdf63f0..a388b9a5 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1639,7 +1639,7 @@ static void Html_real_pop_tag(DilloHtml *html) /* * Default close function for tags. * (conditional cleanup of the stack) - * There're several ways of doing it. Considering the HTML 4.01 spec + * There are several ways of doing it. Considering the HTML 4.01 spec * which defines optional close tags, and the will to deliver useful diagnose * messages for bad-formed HTML, it'll go as follows: * 1.- Search the stack for the first tag that requires a close tag. @@ -163,7 +163,7 @@ int a_Misc_get_content_type_from_data(void *Data, size_t Size, const char **PT) * 0, if they match * -1, if a mismatch is detected * - * There're many MIME types Dillo doesn't know, they're handled + * There are many MIME types Dillo doesn't know, they're handled * as "application/octet-stream" (as the SPEC says). * * A mismatch happens when receiving a binary stream as |