SLING-3879 - fixing NPE in PathInjector. Thanks Stefan for the patch!

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1620296 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java b/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java
index d013642..23953ed 100644
--- a/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java
+++ b/src/main/java/org/apache/sling/models/annotations/injectorspecific/ResourcePath.java
@@ -38,7 +38,7 @@
 public @interface ResourcePath {
 
     /**
-     * Specifies the path of the resource. If not provided, the path is dervied from the proeprty name.
+     * Specifies the path of the resource. If not provided, the path is derived from the property name.
      */
     public String path() default "";