diff --git a/features/gc.xml b/features/gc.xml
index ef6e6e0201..d5945a4e51 100644
--- a/features/gc.xml
+++ b/features/gc.xml
@@ -566,7 +566,7 @@ echo memory_get_peak_usage(), "\n";
time ~/dev/php/php-5.3dev/sapi/cli/php -dzend.enable_gc=0 \
- -dmemory_limit=-1 -n Listing1.php
+ -dmemory_limit=-1 -n Listing1.php
# and
time ~/dev/php/php-5.3dev/sapi/cli/php -dzend.enable_gc=1 \
-dmemory_limit=-1 -n Listing2.php
diff --git a/install/windows/iis7.xml b/install/windows/iis7.xml
index 25f7a3f9a3..62463ac936 100644
--- a/install/windows/iis7.xml
+++ b/install/windows/iis7.xml
@@ -81,7 +81,7 @@
- Configuring IIS to process PHP requests
+ Configuring IIS to process PHP requests
Download and install PHP in accordance to the instructions described in
manual installation steps
diff --git a/internals2/buildsys/configwin.xml b/internals2/buildsys/configwin.xml
index 1bcfddaf90..6b64dee888 100644
--- a/internals2/buildsys/configwin.xml
+++ b/internals2/buildsys/configwin.xml
@@ -65,8 +65,8 @@ if (PHP_EXAMPLE != "no") {
diff --git a/internals2/counter.xml b/internals2/counter.xml
index c249ca8355..acd2030ed8 100644
--- a/internals2/counter.xml
+++ b/internals2/counter.xml
@@ -684,10 +684,10 @@ $counter_four->printCounterInfo();
Counter::setCounterClass changes the class of objects
- returned by Counter::getNamed. The class being set
- must not have a public constructor and must be a subclass of
- Counter. If these conditions are not met, a fatal
- error is raised. This is a static function.
+ returned by Counter::getNamed. The class being set
+ must not have a public constructor and must be a subclass of
+ Counter. If these conditions are not met, a fatal
+ error is raised. This is a static function.
diff --git a/internals2/opcodes.xml b/internals2/opcodes.xml
index 70d90c7446..53fe51e051 100644
--- a/internals2/opcodes.xml
+++ b/internals2/opcodes.xml
@@ -22,7 +22,7 @@