diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/dev/plugin_c_api.de.xml | 8 | ||||
-rw-r--r-- | doc/en/dev/plugin_c_api.en.xml | 8 | ||||
-rw-r--r-- | doc/fr/dev/plugin_c_api.fr.xml | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/doc/de/dev/plugin_c_api.de.xml b/doc/de/dev/plugin_c_api.de.xml index 83f1e26d8..97b4d2913 100644 --- a/doc/de/dev/plugin_c_api.de.xml +++ b/doc/de/dev/plugin_c_api.de.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> 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> 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> |