]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Grammar fix 417/head
authorMikhail Gusarov <dottedmag@dottedmag.net>
Wed, 28 Oct 2015 12:46:46 +0000 (13:46 +0100)
committerMikhail Gusarov <dottedmag@dottedmag.net>
Wed, 28 Oct 2015 12:46:46 +0000 (13:46 +0100)
README.md

index 57ab8e3f319ab66c533b096c5ef9b9fde1d50c0a..e06b6930276c427096f23177bcf6964ba2f8ba6a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ You have many choices to write your definitions, so use whatever you like (even
 
 ## Performance {#performance}
 
-Rspamd was designed to be fast. The core of rspamd is written in `C` and uses event-driven model that allows to process multiple messages simultaenously and without blocking.
+Rspamd is designed to be fast. The core of rspamd is written in `C` and uses event-driven model that allows to process multiple messages simultaenously and without blocking.
 Moreover, a set of techniques was used in rspamd to process messages faster:
 
 * **Finite state machines processing** - rspamd uses specialized finite state machines for the performance critical tasks to process input faster than a set of regular expressions.