From 78578788c30a217123a46b38a0780c478092a60b Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Wed, 3 Feb 2016 17:24:50 +0100 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f68cae2..11e2d1989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ BUG FIXES: - core: Allow boxes to use pre-release versions [GH-6892, GH-6893] - docs & core: Be consistent about the "2" in the Vagrantfile version [GH-6961, GH-6963] - - guests/freebad: Use `pkg` to install rsync [GH-6760] + - guests/freebsd: Use `pkg` to install rsync [GH-6760] - guests/coreos: Detect all interface names [GH-6608, GH-6610] - provisioners/ansible_local: Fix errors in absolute paths to playbook or galaxy resources when running on a Windows host [GH-6740, GH-6757]