summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/en/weechat_user.en.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index 52b41c5ba..e713484d3 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -1400,7 +1400,7 @@ To learn more about plugin or script development (through API), please read
Plugins in WeeChat
~~~~~~~~~~~~~~~~~~
-A plugin is dynamic library, written in C and compiled, which is loaded by
+A plugin is a dynamic library, written in C and compiled, which is loaded by
WeeChat.
Under GNU/Linux, the file has ".so" extension, ".dll" under Windows.