1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

doc: fix typo in user's guide

This commit is contained in:
Sebastien Helleu
2013-01-31 12:16:39 +01:00
parent ad60321843
commit 8b43151c85
+1 -1
View File
@@ -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.