Merge pull request #7 from smoothreggae/pr/fix-typos

fix typos
diff --git a/src/content/download.mdtext b/src/content/download.mdtext
index fc7c597..d3f16e8 100644
--- a/src/content/download.mdtext
+++ b/src/content/download.mdtext
@@ -411,5 +411,5 @@
 Project | Apache Gitbox Repository | Github Repository
 --------|----------------|--------------------------
 Engine | [https://gitbox.apache.org/repos/asf/velocity-engine.git](https://gitbox.apache.org/repos/asf/velocity-engine.git) | [https://github.com/apache/velocity-engine.git](https://github.com/apache/velocity-engine.git)
-Tools| [https://gitbox.apache.org/repos/asf/velocity-tools.git](https://gitbox.apache.org/repos/asf/velocity-tools.git) | [https://github.com/apache/velocity-engine.git](https://github.com/apache/velocity-engine.git)
+Tools| [https://gitbox.apache.org/repos/asf/velocity-tools.git](https://gitbox.apache.org/repos/asf/velocity-tools.git) | [https://github.com/apache/velocity-tools.git](https://github.com/apache/velocity-tools.git)
 Site| [https://gitbox.apache.org/repos/asf/velocity-site.git](https://gitbox.apache.org/repos/asf/velocity-site.git) | [https://github.com/apache/velocity-site.git](https://github.com/apache/velocity-site.git)
diff --git a/src/content/engine/2.0/developer-guide.mdtext b/src/content/engine/2.0/developer-guide.mdtext
index 6e43436..2cc63ed 100644
--- a/src/content/engine/2.0/developer-guide.mdtext
+++ b/src/content/engine/2.0/developer-guide.mdtext
@@ -537,7 +537,7 @@
 
 You can customize this logger in two ways:
 
-+ By programmatically giving Velocity a living instance of an orf.slf4j.Logger object, using the runtime.log.instance property key.
++ By programmatically giving Velocity a living instance of an org.slf4j.Logger object, using the runtime.log.instance property key.
 + By configuring the name of the logger to be used by your velocity instance, using the runtime.log.name property key. It can be done from the velocity.properties file, if present.
 
 ## Space Gobbling
diff --git a/src/content/engine/2.1/developer-guide.mdtext b/src/content/engine/2.1/developer-guide.mdtext
index 97d0cbe..73e1f81 100644
--- a/src/content/engine/2.1/developer-guide.mdtext
+++ b/src/content/engine/2.1/developer-guide.mdtext
@@ -538,7 +538,7 @@
 
 You can customize this logger in two ways:
 
-+ By programmatically giving Velocity a living instance of an orf.slf4j.Logger object, using the runtime.log.instance property key.
++ By programmatically giving Velocity a living instance of an org.slf4j.Logger object, using the runtime.log.instance property key.
 + By configuring the name of the logger to be used by your velocity instance, using the runtime.log.name property key. It can be done from the velocity.properties file, if present.
 
 ## Space Gobbling
diff --git a/src/content/engine/2.2/developer-guide.mdtext b/src/content/engine/2.2/developer-guide.mdtext
index d639499..1eed810 100644
--- a/src/content/engine/2.2/developer-guide.mdtext
+++ b/src/content/engine/2.2/developer-guide.mdtext
@@ -538,7 +538,7 @@
 
 You can customize this logger in two ways:
 
-+ By programmatically giving Velocity a living instance of an orf.slf4j.Logger object, using the runtime.log.instance property key.
++ By programmatically giving Velocity a living instance of an org.slf4j.Logger object, using the runtime.log.instance property key.
 + By configuring the name of the logger to be used by your velocity instance, using the runtime.log.name property key. It can be done from the velocity.properties file, if present.
 
 ## Space Gobbling
diff --git a/src/content/engine/2.3/developer-guide.mdtext b/src/content/engine/2.3/developer-guide.mdtext
index ac2f0f3..a196e0b 100644
--- a/src/content/engine/2.3/developer-guide.mdtext
+++ b/src/content/engine/2.3/developer-guide.mdtext
@@ -538,7 +538,7 @@
 
 You can customize this logger in two ways:
 
-+ By programmatically giving Velocity a living instance of an orf.slf4j.Logger object, using the runtime.log.instance property key.
++ By programmatically giving Velocity a living instance of an org.slf4j.Logger object, using the runtime.log.instance property key.
 + By configuring the name of the logger to be used by your velocity instance, using the runtime.log.name property key. It can be done from the velocity.properties file, if present.
 
 ## Space Gobbling
diff --git a/src/content/engine/devel/developer-guide.mdtext b/src/content/engine/devel/developer-guide.mdtext
index bfa7a56..90127c4 100644
--- a/src/content/engine/devel/developer-guide.mdtext
+++ b/src/content/engine/devel/developer-guide.mdtext
@@ -538,7 +538,7 @@
 
 You can customize this logger in two ways:
 
-+ By programmatically giving Velocity a living instance of an orf.slf4j.Logger object, using the runtime.log.instance property key.
++ By programmatically giving Velocity a living instance of an org.slf4j.Logger object, using the runtime.log.instance property key.
 + By configuring the name of the logger to be used by your velocity instance, using the runtime.log.name property key. It can be done from the velocity.properties file, if present.
 
 ## Space Gobbling
diff --git a/src/content/tools/3.0/upgrading.mdtext b/src/content/tools/3.0/upgrading.mdtext
index 38037b2..970aa34 100644
--- a/src/content/tools/3.0/upgrading.mdtext
+++ b/src/content/tools/3.0/upgrading.mdtext
@@ -8,7 +8,7 @@
 
 The maven `groupId` has been changed to `org.apache.velocity.tools` .
 
-Velocity Tools, as well as Velocity Engine 2.0+, has switched to the SLF4J logging facade. All logger objects are now `orf.slf4j.Logger` instances.
+Velocity Tools, as well as Velocity Engine 2.0+, has switched to the SLF4J logging facade. All logger objects are now `org.slf4j.Logger` instances.
 
 All objects, methods and configuration formats deprecated in 2.0 have been suppressed.
 
diff --git a/src/content/tools/3.1/upgrading.mdtext b/src/content/tools/3.1/upgrading.mdtext
index 9e07e0f..4820228 100644
--- a/src/content/tools/3.1/upgrading.mdtext
+++ b/src/content/tools/3.1/upgrading.mdtext
@@ -12,7 +12,7 @@
 
 The maven `groupId` has been changed to `org.apache.velocity.tools` .
 
-Velocity Tools, as well as Velocity Engine 2.0+, has switched to the SLF4J logging facade. All logger objects are now `orf.slf4j.Logger` instances.
+Velocity Tools, as well as Velocity Engine 2.0+, has switched to the SLF4J logging facade. All logger objects are now `org.slf4j.Logger` instances.
 
 All objects, methods and configuration formats deprecated in 2.0 have been suppressed.
 
diff --git a/src/content/tools/devel/upgrading.mdtext b/src/content/tools/devel/upgrading.mdtext
index 9e07e0f..4820228 100644
--- a/src/content/tools/devel/upgrading.mdtext
+++ b/src/content/tools/devel/upgrading.mdtext
@@ -12,7 +12,7 @@
 
 The maven `groupId` has been changed to `org.apache.velocity.tools` .
 
-Velocity Tools, as well as Velocity Engine 2.0+, has switched to the SLF4J logging facade. All logger objects are now `orf.slf4j.Logger` instances.
+Velocity Tools, as well as Velocity Engine 2.0+, has switched to the SLF4J logging facade. All logger objects are now `org.slf4j.Logger` instances.
 
 All objects, methods and configuration formats deprecated in 2.0 have been suppressed.