summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzesimir Nowak <krzesimir@kinvolk.io>2017-05-10 12:44:57 +0200
committerKrzesimir Nowak <krzesimir@kinvolk.io>2017-05-10 12:44:59 +0200
commitb89fed057c09534c14475bcedf0940149b56942a (patch)
tree49d5cf7573039b1abc75320e67fb15ee57f92461
parentce7e02193b568d2006edbbeb09055f45557ac6e6 (diff)
downloadglib-b89fed057c09534c14475bcedf0940149b56942a.tar.gz
docs: Fix typos
Something I spotted by accident with git log.
-rw-r--r--gio/gnetworkmonitor.c2
-rw-r--r--gio/gproxyresolver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gio/gnetworkmonitor.c b/gio/gnetworkmonitor.c
index db57d90cb..4f51e3e1d 100644
--- a/gio/gnetworkmonitor.c
+++ b/gio/gnetworkmonitor.c
@@ -39,7 +39,7 @@
* implementations are based on the kernel's netlink interface and
* on NetworkManager.
*
- * There is also an implmeentation for use inside Flatpak sandboxes.
+ * There is also an implementation for use inside Flatpak sandboxes.
*/
/**
diff --git a/gio/gproxyresolver.c b/gio/gproxyresolver.c
index b3bdec3b9..3473b912f 100644
--- a/gio/gproxyresolver.c
+++ b/gio/gproxyresolver.c
@@ -41,7 +41,7 @@
*
* Implementations of #GProxyResolver based on libproxy and GNOME settings can
* be found in glib-networking. GIO comes with an implementation for use inside
- * FLatpak portals.
+ * Flatpak portals.
*/
/**