summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-07-26 18:52:23 +0200
committermathieui <mathieui@mathieui.net>2012-07-26 18:52:23 +0200
commit85d77e2da40cf5d7261a33aee0f67e53c5629776 (patch)
treeab442166fffbccd9195b0056aadfb9682606c9cc /doc
parent74d9459cfb4bedb4b75f46d311f51fc8955e1bf9 (diff)
downloadpoezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.tar.gz
poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.tar.bz2
poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.tar.xz
poezio-85d77e2da40cf5d7261a33aee0f67e53c5629776.zip
-an
Diffstat (limited to 'doc')
-rw-r--r--doc/en/dev/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/dev/overview.txt b/doc/en/dev/overview.txt
index ad8f63bf..7f9f9445 100644
--- a/doc/en/dev/overview.txt
+++ b/doc/en/dev/overview.txt
@@ -57,7 +57,7 @@ will in turn, add the message to the buffer, which will then add it to the
relevant _windows_.
NOTE: All the _windows_ that deal with received or generated text are linked
-to a _text_buffer_, in order to rebuild all the display lines from an the
+to a _text_buffer_, in order to rebuild all the display lines from the
sources if necessary. This also enables us to have several _windows_
presenting the same text, even if they are not of the same size and layout.