summaryrefslogtreecommitdiff
path: root/README.developers
diff options
context:
space:
mode:
Diffstat (limited to 'README.developers')
-rw-r--r--README.developers2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.developers b/README.developers
index ed28ddc..887db45 100644
--- a/README.developers
+++ b/README.developers
@@ -12,7 +12,7 @@ String manipulation is something C is seriously lacking, and something
everyone does all the time. When writing ratpoison code, you SHOULD
NOT be malloc'ing temporary string buffers then using strcat, strcpy,
etc to patch strings together. The following structures and functions
-should give you just about everything you need.
+should give you just about everything you need.
If there's something you want to do but can't with the following
utils, then you should consider adding that functionality (Don't just