utils: uri.h: fix a typo: "schema"

This commit is contained in:
Jonathan Neuschäfer 2011-09-19 18:09:59 +02:00 committed by Max Kellermann
parent 29742d23d3
commit b0b2c5b3e0
1 changed files with 1 additions and 1 deletions

View File

@ -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