summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-05-17 16:00:35 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-05-17 16:00:35 +0200
commite2497ff8bcdaa0a78975e98996958c76a418b9e0 (patch)
treef9a6054b2bb2d5b9d0d958c862e2663c0392a099 /doc/en
parent353538e3d80a1f90c2f3149b82d4be680ede0cdb (diff)
downloadweechat-e2497ff8bcdaa0a78975e98996958c76a418b9e0.zip
Fix typo: formated -> formatted
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/dev/plugin_c_api.en.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml
index caa5c8f02..f066c3d42 100644
--- a/doc/en/dev/plugin_c_api.en.xml
+++ b/doc/en/dev/plugin_c_api.en.xml
@@ -1060,7 +1060,7 @@ char *weechat_string_format_size (unsigned long size);
</programlisting>
</para>
<para>
- Build a string with formated size and translated unit.
+ Build a string with formatted size and translated unit.
</para>
<para>
Arguments:
@@ -1073,7 +1073,7 @@ char *weechat_string_format_size (unsigned long size);
</itemizedlist>
</para>
<para>
- Return value: string with formated size and translated unit.
+ Return value: string with formatted size and translated unit.
</para>
<note>
<para>
@@ -7802,9 +7802,9 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property,
</row>
<row>
<entry>type</entry>
- <entry>"formated" or "free"</entry>
+ <entry>"formatted" or "free"</entry>
<entry>
- set type for buffer: "formated" (for printing
+ set type for buffer: "formatted" (for printing
chat messages), or "free" for free content
</entry>
</row>