From 4bf87649dcbe29e9d7214fdbf0645ece4d20bcba Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 4 Aug 2010 21:12:23 +0200 Subject: [PATCH] Fix typo in english scripting guide --- doc/en/weechat_scripting.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index 74a55ca4c..94ca235de 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -342,7 +342,7 @@ Common tasks ------------ This chapter shows some common tasks, with examples. -Only partial things in API are used here, for full reference, see see +Only partial things in API are used here, for full reference, see 'WeeChat Plugin API Reference'. [[buffers]]