Fix typo in GTime docs
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Jun 2011 07:34:59 +0000 (09:34 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Jun 2011 07:34:59 +0000 (09:34 +0200)
deprected -> deprecated

docs/reference/glib/tmpl/date.sgml

index ca82020..830a299 100644 (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.