Merge pull request #835 from also/patch-1

fix typo in javadoc
diff --git a/core/src/com/google/inject/spi/TypeEncounter.java b/core/src/com/google/inject/spi/TypeEncounter.java
index 24a8c3d..2ed0ee7 100644
--- a/core/src/com/google/inject/spi/TypeEncounter.java
+++ b/core/src/com/google/inject/spi/TypeEncounter.java
@@ -64,7 +64,7 @@
 
   /**
    * Returns the provider used to obtain instances for the given injection type. The returned
-   * provider will not be valid until the injetor has been created. The provider will throw an
+   * provider will not be valid until the injector has been created. The provider will throw an
    * {@code IllegalStateException} if you try to use it beforehand.
    */
   <T> Provider<T> getProvider(Class<T> type);