Fix typos in Gradle task description
diff --git a/org.eclipse.virgo.site/build.gradle b/org.eclipse.virgo.site/build.gradle
index 04f8dcd..cbfb079 100644
--- a/org.eclipse.virgo.site/build.gradle
+++ b/org.eclipse.virgo.site/build.gradle
@@ -599,7 +599,7 @@
         'publishNanoBase'
 ]) {
 
-    description = "Installs a Virgo product to a desired destination. Default profile(roaming) is VIRGOProfile, the environment cofigurations are ANY."
+    description = "Installs a Virgo product to a desired destination. Default profile(roaming) is VIRGOProfile, the environment configurations are ANY."
 
     def product = 'nano-base'
     def shortProduct = 'VNB'
@@ -616,7 +616,7 @@
         'publishNano',
 ]) {
 
-    description = "Installs a Virgo product to a desired destination. Default profile(roaming) is VIRGOProfile, the environment cofigurations are ANY."
+    description = "Installs a Virgo product to a desired destination. Default profile(roaming) is VIRGOProfile, the environment configurations are ANY."
 
     def product = 'nano'
     def shortProduct = 'VN'
@@ -634,7 +634,7 @@
         'publishNanoFull',
 ]) {
 
-    description = "Installs a Virgo product to a desired destination. Default profile(roaming) is VIRGOProfile, the environment cofigurations are ANY."
+    description = "Installs a Virgo product to a desired destination. Default profile(roaming) is VIRGOProfile, the environment configurations are ANY."
 
     def product = 'nano-full'
     def shortProduct = 'VNF'