Fix a typo

This commit is contained in:
Matthias Clasen 2011-05-28 21:14:36 -04:00
parent d35e83d337
commit f12650392b

View 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