summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vagrant.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/vagrant.spec b/vagrant.spec
index 156e225..8f64d63 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -129,7 +129,7 @@ chmod 0644 %{buildroot}%{vagrant_dir}/plugins/communicators/winrm/command_filter
%check
-# Unpack the vagran-spec and adjust the directory name.
+# Unpack the vagrant-spec and adjust the directory name.
rm -rf ../vagrant-spec
tar xvzf %{S:2} -C ..
mv ../vagrant-spec{-%{vagrant_spec_commit},}
@@ -192,6 +192,7 @@ getent group vagrant >/dev/null || groupadd -r vagrant
%changelog
* Thu Jan 22 2015 Michael Adam <madam@redhat.com> - 1.6.5-17
- Fix %check in an unclean build environment.
+- Fix typo.
* Tue Jan 20 2015 Vít Ondruch <vondruch@redhat.com> - 1.6.5-16
- Minor review fixes.