Fix typos in the docs. (#346660, Mark Drago)

2006-07-05  Matthias Clasen  <mclasen@redhat.com>

	* glib/gbase64.c: Fix typos in the docs.  (#346660, Mark
	Drago)
This commit is contained in:
Matthias Clasen
2006-07-05 16:42:19 +00:00
committed by Matthias Clasen
parent 416fbb3a17
commit 5f4e467f33
5 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
2006-07-05 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/base64.sgml: Remove bogus reference
to nonexisting function. (#346660, Mark Drago)
2006-07-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.0 ===

View File

@@ -17,8 +17,8 @@ for email.
<para>
GLib supports incremental encoding using g_base64_encode_step() and
g_base64_encode_close(). Incremental decoding can be done with
g_base64_decode_step() and g_base64_decode_close(). To encode or
decode data in one go, use g_base64_encode() of g_base64_decode().
g_base64_decode_step(). To encode or decode data in one go, use
g_base64_encode() or g_base64_decode().
</para>
<para>