Fix some documentation typos
authorLaurent Bachelier <laurent@bachelier.name>
Tue, 26 Nov 2013 23:24:50 +0000 (00:24 +0100)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 26 Nov 2013 23:38:00 +0000 (18:38 -0500)
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
README
install.txt
security.txt

diff --git a/README b/README
index 661ae22fbe004ebe33b14ce2f83b2ef7699acc29..f47778b9c85566c42d9f7058720bd17155197c57 100644 (file)
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ IRC channels.  A hook script, irkerhook.py, supporting git, hg, and
 Subversion is included in the distribution; see the install.txt file
 for installation instructions.
 
-The advantage of using this daeomon over individual scripted sends 
+The advantage of using this daemon over individual scripted sends 
 is that it can maintain connection state for multiple channels,
 avoiding obnoxious join/leave spam.
 
index aeadf034650d26b13d577c7d88f02e3f12a7e38c..d68182da69d62b13171a00ffff9f419e98d4c573 100644 (file)
@@ -40,7 +40,7 @@ it can be used to spam IRC channels while masking the source address.
 
 Some irclib versions after 5.0 may produce problems if you try to ship
 non-ASCII Unicode through them; this is not an irker bug, and should be
-kicked upstrean to the irclib maintainer.
+kicked upstream to the irclib maintainer.
 
 The file org.catb.irkerd.plist is a Mac OS/X plist that can be
 installed to launch irkerd as a boot-time service on that system.
index 8faf43faf4565891c339c0fa5badd7ec7a0359be..e217720979ea47b9a70d1e22255a9b96635842c3 100644 (file)
@@ -180,7 +180,7 @@ for a godawful amount of code bloat.
 The deployment advice in the installation instructions assumes that 
 irkerd submitters are "authenticated" by being inside a firewall - that is,
 mesages are issued from an intranet and it can be trusted that anyone 
-issuing messages from within a given intrenet is authorized to do so.
+issuing messages from within a given intranet is authorized to do so.
 This fits the assumption that irker instances will run on forge sites
 receiving requests from instances of irkerhook.py.