summaryrefslogtreecommitdiff
path: root/doc/fr/dev/plugin_c_api.fr.xml
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/fr/dev/plugin_c_api.fr.xml
parent353538e3d80a1f90c2f3149b82d4be680ede0cdb (diff)
downloadweechat-e2497ff8bcdaa0a78975e98996958c76a418b9e0.zip
Fix typo: formated -> formatted
Diffstat (limited to 'doc/fr/dev/plugin_c_api.fr.xml')
-rw-r--r--doc/fr/dev/plugin_c_api.fr.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/fr/dev/plugin_c_api.fr.xml b/doc/fr/dev/plugin_c_api.fr.xml
index 325b25dd0..4565113e4 100644
--- a/doc/fr/dev/plugin_c_api.fr.xml
+++ b/doc/fr/dev/plugin_c_api.fr.xml
@@ -1061,7 +1061,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:
@@ -1074,7 +1074,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>
@@ -7803,9 +7803,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>