summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-30 00:18:40 +0200
committerJens Georg <mail@jensge.org>2020-07-30 00:18:40 +0200
commitc540ed86363bb36af7c121e5a00eca43778b6f45 (patch)
treebf1c13bec3739553cc7c1411a3cdef470de90e35 /examples
parentf50cb9a267f662d2e29d96caffa57794e09b3bc3 (diff)
downloadrygel-c540ed86363bb36af7c121e5a00eca43778b6f45.tar.gz
examples: Fix typo in mx-info
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/mx-info2
1 files changed, 1 insertions, 1 deletions
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'