Typos
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1413709 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java b/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
index 553d412..9d58705 100644
--- a/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
+++ b/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
@@ -416,8 +416,8 @@
* <p>
* This method may be overwritten by extensions of this class.
*
- * @throws SCRDescriptorException May be thrown if an error occurrs
- * gethering the component descriptors.
+ * @throws SCRDescriptorException May be thrown if an error occurs
+ * gathering the component descriptors.
*/
private Map<String, ClassDescription> getComponentDescriptors()
throws SCRDescriptorException {
@@ -481,7 +481,7 @@
* be called by the {@link #getComponentDescriptors()} method to parse the
* descriptors gathered in an implementation dependent way.
*
- * @throws SCRDescriptorException If an error occurrs reading the
+ * @throws SCRDescriptorException If an error occurs reading the
* descriptors from the stream.
*/
private void readServiceComponentDescriptor(