Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Sun, 29 May 2011 01:14:36 +0000 (21:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 May 2011 01:14:36 +0000 (21:14 -0400)
glib/glib-unix.c

index 14a2ef3..9bc3bb1 100644 (file)
@@ -34,9 +34,9 @@
  * @short_description: pipes, signal handling
  * @include: glib-unix.h
  *
- * Most of GLib is intended to be portable; in constrast, this set of
- * functions is designed for programs which explicitly target UNIX, or
- * are using it to build higher level abstractions which would be
+ * Most of GLib is intended to be portable; in contrast, this set of
+ * functions is designed for programs which explicitly target UNIX,
+ * or are using it to build higher level abstractions which would be
  * conditionally compiled if the platform matches G_OS_UNIX.
  *
  * To use these functions, you must explicitly include the