[rygel] examples: Fix typo in mx-info
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] examples: Fix typo in mx-info
- Date: Wed, 29 Jul 2020 22:25:53 +0000 (UTC)
commit c540ed86363bb36af7c121e5a00eca43778b6f45
Author: Jens Georg <mail jensge org>
Date: Thu Jul 30 00:18:40 2020 +0200
examples: Fix typo in mx-info
examples/mx-info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/examples/mx-info b/examples/mx-info
index 42f5253b..2954a051 100755
--- a/examples/mx-info
+++ b/examples/mx-info
@@ -65,7 +65,7 @@ IGNORELIST_QUERY = """
SELECT b.timestamp FROM ignorelist b WHERE b.uri = :uri
"""
-IGNORELIST_TEMPLATE = 'File %(uri)s was ignore on %(date)s'
+IGNORELIST_TEMPLATE = 'File %(uri)s was ignored on %(date)s'
SHOW_IGNORELIST_QUERY = 'SELECT timestamp, uri FROM ignorelist'
UNIGNORELIST_QUERY = 'DELETE FROM ignorelist where uri = :uri'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]