From 8b43151c855730e8c7266e796bc9e49a00651d0c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 31 Jan 2013 12:16:39 +0100 Subject: [PATCH] doc: fix typo in user's guide --- doc/en/weechat_user.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.