aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-30 12:30:50 -0800
committerJohn MacFarlane <[email protected]>2022-01-30 12:30:50 -0800
commit645668f3ad94c4e2d7e9c5b44d17087427adc5aa (patch)
tree538ca602e3a44f9a952ab176a924c32bcc346967
parent0bd62ddeaf3b554815d22b68c47a09beb51a37e4 (diff)
Fix typo in changelog.2.17.1
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index c3c5bb333..88714dabd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -83,7 +83,7 @@
at the beginning of a path (Even Brenden). Prior to this commit,
`../../file` would evaluate to `file`, when it should be unchanged.
- * Search for metadata files in $DATADIR/metadata (#7851, Even Brenden).
+ * Search for metadata files in `$DATADIR/metadata` (#7851, Even Brenden).
If files specified with `--metadata-file` are not found in the working
directory, look in `$DATADIR/metadata` (#5876).