]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo in INSTALL. Thanks @postblue for reporting
authorJean Baptiste Favre <github@jbfavre.org>
Tue, 25 Feb 2014 22:27:24 +0000 (23:27 +0100)
committerJean Baptiste Favre <github@jbfavre.org>
Sat, 1 Mar 2014 11:16:38 +0000 (12:16 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 0fa6634810d90c8372f915d6c5dd3a22495d9d2a..f9fce18a7b78af9d7cb8d732421039ed6615a253 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -384,13 +384,13 @@ job during regular HTTP requests, like API or HTML pages calls.
 Since queueing system is enabled by default, notices to be broadcasted
 will be stored, by default, into DB (table queue_items).
 
-Each time it casn, OpportunisticQM will try to handle some of them.
+Each time it can, OpportunisticQM will try to handle some of them.
 
 This is a good solution wether you:
 
 * have no access to command line (shared hosting)
 * do not want to deal with long-running PHP process
-* run a low trffic GnuSocial instance
+* run a low traffic GnuSocial instance
 
 In other case, you really should consider using queuedaemon.