summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-30 22:00:36 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-30 22:00:36 +0000
commit2857b4be36ac96b4f20643a22bbe9c6bad3bb7f7 (patch)
treef0d93ba481f875dcf083d8e8433a26d5830f663d /ChangeLog
parent2577811738a89fbf91297535465156213db8676a (diff)
downloadtinyproxy-2857b4be36ac96b4f20643a22bbe9c6bad3bb7f7.tar.gz
tinyproxy-2857b4be36ac96b4f20643a22bbe9c6bad3bb7f7.zip
Spelling and grammar fixes.
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 83967e0..dc08a4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
the "replace" logic in dns_insert() with a call to
ternary_replace(). This fixes the segmentation fault problem which
I introduced when I "tried" to fix the memory leak. Also changed
- the LOCKing be around the entire dnscache() again since I still
+ the LOCKing to be around the entire dnscache() again since I still
need to work out how locking should be done when accessing the
ternary tree.
@@ -15,7 +15,7 @@
ternary_insert() and ternary_replace() which both call this
function with the right arguments.
- * src/utils.c: Removed xstrstr() since it was only used in once
+ * src/utils.c: Removed xstrstr() since it was only used in one
place, and could be safely replaced with strstr. I can't even
remember why we had this function to begin with.