summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-01-23 20:33:50 +0100
committerFilipe Coelho <falktx@falktx.com>2019-01-23 22:12:33 +0100
commite2fa8c2f6ea76e3d2273ee61125ce2cc58bbb424 (patch)
treea3cdb549c95524b13b8271c8ec40f54de1f9709c
parent34f6f91fb6524aca19146364388b6b5b0988a8db (diff)
downloadjack2-e2fa8c2f6ea76e3d2273ee61125ce2cc58bbb424.tar.gz
README.rst: Fixing typo.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ca3c4ecf..390c09c0 100644
--- a/README.rst
+++ b/README.rst
@@ -6,7 +6,7 @@
JACK2 aka jackdmp is a C++ version of the JACK low-latency audio server for
multi-processor machines. It is a new implementation of the JACK server core
-features that aims in removing some limitations of the JACK1 design. The
+features that aims at removing some limitations of the JACK1 design. The
activation system has been changed for a data flow model and lock-free
programming techniques for graph access have been used to have a more dynamic
and robust system.