summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-31 11:29:24 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-01 10:35:07 +0100
commit44c62b061e2fa1e923324fe58c2bff0ae1e402c2 (patch)
treea63ae59dbe82fb686aa2093341902e64d711fa10 /doc
parent3215311bc999348e7d703123badc9dd415fcdeed (diff)
Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index 9a2c8cc7..6a848e15 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -37,7 +37,7 @@ This section contains the changelog from the last release to the next release.
chaining
* The `toml-query` dependency was updated to 0.5.0
* `imag-timetrack list` lists with a table now
- * `imag-timetrack stop` now stops all runnings tags if none are specified
+ * `imag-timetrack stop` now stops all running tags if none are specified
* The `toml-query` dependency was updated to 0.6.0
* `ResultExt::map_err_trace_exit()` was removed in favour of
`ResultExt::map_err_trace_exit_unwrap()`.