From ce50e7ed47817881e21a5d0db370673800580a35 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Aug 2010 23:08:43 +0200 Subject: [PATCH] Fix missing word --- docs/development/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/internals.rst b/docs/development/internals.rst index 0af13aa8..4b4d3b14 100644 --- a/docs/development/internals.rst +++ b/docs/development/internals.rst @@ -20,7 +20,7 @@ the Spotify service, and the speakers. - Filled red boxes are the key external systems. - Gray boxes are external dependencies. - Blue circles lives in the ``main`` process, also known as ``CoreProcess``. - It processing messages on the core queue. + It is processing messages put on the core queue. - Purple circles lives in a process named ``MpdProcess``, running an :mod:`asyncore` loop. - Green circles lives in a process named ``GStreamerProcess``.