1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Fix typo: formated -> formatted

This commit is contained in:
Sebastien Helleu
2009-05-17 16:00:35 +02:00
parent 353538e3d8
commit e2497ff8bc
13 changed files with 42 additions and 42 deletions
+4 -4
View File
@@ -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>