Fix a couple of typos 00/26400/1
authorStephen Kitt <skitt@redhat.com>
Wed, 2 Sep 2015 15:00:07 +0000 (17:00 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 2 Sep 2015 15:00:26 +0000 (17:00 +0200)
Change-Id: I7b6a447a9649b30f95553a2c7ceb8e39ec862644
Signed-off-by: Stephen Kitt <skitt@redhat.com>
rpm/Vagrantfile
rpm/opendaylight.spec

index ae09bfc9ea2c5e02fd80a8bb866f50492533f836..21c3bb0263e3a692a696166621b08c18cec7f3c5 100644 (file)
@@ -5,6 +5,6 @@
 VAGRANTFILE_API_VERSION = "2"
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
-  # Build Vagrant box based on Fedora 21
+  # Build Vagrant box based on CentOS 7.0
   config.vm.box = "chef/centos-7.0"
 end
index 5d2ce5b00f62f000c963a4d3d0fa9654549a28da..e1391d67b98029d7bd0be11deeb616c3662da3fb 100644 (file)
@@ -64,7 +64,7 @@ cp ../../BUILD/opendaylight-systemd-%{commit}/opendaylight.service $RPM_BUILD_RO
 %postun
 # When the RPM is removed, the subdirs containing new files wouldn't normally
 #   be deleted. Manually clean them up.
-#   Warning: This does assume there's no data there that should be persevered
+#   Warning: This does assume there's no data there that should be preserved
 rm -rf $RPM_BUILD_ROOT/opt/%name
 
 %files