summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2012-04-20 17:23:33 +0100
committerAlex Merry <dev@randomguy3.me.uk>2012-04-20 17:23:33 +0100
commita93d7da4d37c3721d37ce5641821e355e76c3fcc (patch)
treef5f60cb9b13b2f49c93f11996a0fa05b99d4d883
parent9071c4a1341322a2b9c330bed003a5aa9915ee51 (diff)
fix typo in comment
-rw-r--r--mpris2/rootinterfacetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpris2/rootinterfacetest.cpp b/mpris2/rootinterfacetest.cpp
index d4c7528..b73eba0 100644
--- a/mpris2/rootinterfacetest.cpp
+++ b/mpris2/rootinterfacetest.cpp
@@ -129,7 +129,7 @@ void RootInterfaceTest::checkPropertySupportedUriSchemes(const QVariantMap& oldP
emit interfaceWarning(Property, "SupportedUriSchemes", "\"file\" is not listed as a supported URI scheme (this is unusual)");
}
- // TODO: check that uri schemes against a list of common/registered ones?
+ // TODO: check the uri schemes against a list of common/registered ones?
QMap<QString,int> seenCount;
Q_FOREACH (const QString& scheme, uriSchemes) {