aboutsummaryrefslogtreecommitdiff
path: root/src/uri.h
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-09-19 18:09:59 +0200
committerMax Kellermann <max@duempel.org>2011-09-21 17:47:28 +0200
commitb0b2c5b3e0abd27fa305769d1952b9295f0d1726 (patch)
treea51c01af9a03e7cdea5c3897bb88f46f3cf6039e /src/uri.h
parent29742d23d3f55b64a36dd91158e1f9efe2620650 (diff)
utils: uri.h: fix a typo: "schema"
Diffstat (limited to 'src/uri.h')
-rw-r--r--src/uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.h b/src/uri.h
index 422b959b..00c63c03 100644
--- a/src/uri.h
+++ b/src/uri.h
@@ -25,7 +25,7 @@
#include <stdbool.h>
/**
- * Checks whether the specified URI has a schema in the form
+ * Checks whether the specified URI has a scheme in the form
* "scheme://".
*/
G_GNUC_PURE