Fixed typo in javadoc
diff --git a/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java b/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
index 8239f7d..13665dc 100644
--- a/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
+++ b/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
@@ -25,7 +25,7 @@
 
 /**
  * A class annotated with {@link @Service} can have fields
- * annotated with <code>@Service</code> in which case matching
+ * annotated with <code>@Reference</code> in which case matching
  * services will be retrieved from the
  * {@link org.apache.karaf.shell.api.console.Registry} and
  * injected.