diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2011-09-19 18:09:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-21 17:47:28 +0200 |
commit | b0b2c5b3e0abd27fa305769d1952b9295f0d1726 (patch) | |
tree | a51c01af9a03e7cdea5c3897bb88f46f3cf6039e /src | |
parent | 29742d23d3f55b64a36dd91158e1f9efe2620650 (diff) | |
download | mpd-b0b2c5b3e0abd27fa305769d1952b9295f0d1726.tar.gz mpd-b0b2c5b3e0abd27fa305769d1952b9295f0d1726.tar.xz mpd-b0b2c5b3e0abd27fa305769d1952b9295f0d1726.zip |
utils: uri.h: fix a typo: "schema"
Diffstat (limited to 'src')
-rw-r--r-- | src/uri.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |