Fix typo in GTime docs

deprected -> deprecated
This commit is contained in:
Sebastian Dröge 2011-06-23 09:34:59 +02:00
parent 5db5a46c3d
commit 1e58d11a44

View File

@ -169,7 +169,7 @@ month, and year.
<!-- ##### TYPEDEF GTime ##### -->
<para>
Simply a replacement for <type>time_t</type>. It has been deprected
Simply a replacement for <type>time_t</type>. It has been deprecated
since it is <emphasis>not</emphasis> equivalent to <type>time_t</type>
on 64-bit platforms with a 64-bit <type>time_t</type>.
Unrelated to #GTimer.