summaryrefslogtreecommitdiff
path: root/glib/gstdio.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-08-20 23:34:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-20 23:34:35 +0000
commitbf04380d3c7b35cf98d6d54516281a08bdc9e6cc (patch)
treeea293bec56e7edaf30e0246c245ef47d95682285 /glib/gstdio.c
parent7c3760dd318516ad39f1be9dcf805a9be8690284 (diff)
downloadglib-bf04380d3c7b35cf98d6d54516281a08bdc9e6cc.tar.gz
Fix typos
svn path=/trunk/; revision=5712
Diffstat (limited to 'glib/gstdio.c')
-rw-r--r--glib/gstdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gstdio.c b/glib/gstdio.c
index f76e6aaa0..4b7a61168 100644
--- a/glib/gstdio.c
+++ b/glib/gstdio.c
@@ -197,7 +197,7 @@ g_open (const gchar *filename,
*
* A wrapper for the POSIX creat() function. The creat() function is
* used to convert a pathname into a file descriptor, creating a file
- * if necessar. Note that on POSIX systems file descriptors are
+ * if necessary. Note that on POSIX systems file descriptors are
* implemented by the operating system. On Windows, it's the C library
* that implements creat() and file descriptors. The actual Windows
* API for opening files is something different.