aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar edward <edward@web>2015-02-19 15:31:27 +0000
committerGravatar admin <admin@branchable.com>2015-02-19 15:31:27 +0000
commit9de4013040c2b9ac11a362b69c102e1e3353d4be (patch)
tree35f0d416982afe6049535ee2bc7912ba1db85e1b
parent20d8da9dbb339ea51edf6363c3fe824e28fd05ed (diff)
fix typo: datbase -> databae
-rw-r--r--doc/tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl b/doc/tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl
index 85b97188f..56f902cb0 100644
--- a/doc/tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl
+++ b/doc/tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl
@@ -158,7 +158,7 @@ B<^MyVideos.*\.db$> and will fail if none is found.
Manually specify the path to B<.xbmc/userdata/Database>. This
overrides B<--home>.
-Note that this doesn't point directly to the datbase itself, because
+Note that this doesn't point directly to the database itself, because
there are usually many database files and we want to automatically
find the latest. This may be a stupid limitation.