diff --git a/phing/tasks/blt.xml b/phing/tasks/blt.xml
index 325de540a..e23b500f9 100644
--- a/phing/tasks/blt.xml
+++ b/phing/tasks/blt.xml
@@ -52,6 +52,8 @@
Executing scripted updates for version delta ${blt.schema-version} -> ${blt.version}...
+
+
diff --git a/phing/tasks/properties.xml b/phing/tasks/properties.xml
index e7f1242b1..2ae69cec9 100644
--- a/phing/tasks/properties.xml
+++ b/phing/tasks/properties.xml
@@ -19,7 +19,7 @@
-
+
diff --git a/src/Console/Command/UpdateCommand.php b/src/Console/Command/UpdateCommand.php
index 1c8036b47..e6885e5c0 100644
--- a/src/Console/Command/UpdateCommand.php
+++ b/src/Console/Command/UpdateCommand.php
@@ -71,7 +71,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$updater->executeUpdates($updates);
}
else {
- $output->writeln("There are no scripted updates avaiable between BLT versions $starting_version and $ending_version.");
+ $output->writeln("There are no scripted updates available between BLT versions $starting_version and $ending_version.");
}
}
}