diff --git a/plugins/com.google.cloud.tools.eclipse.appengine.facets/src/com/google/cloud/tools/eclipse/appengine/facets/AppEngineStandardFacet.java b/plugins/com.google.cloud.tools.eclipse.appengine.facets/src/com/google/cloud/tools/eclipse/appengine/facets/AppEngineStandardFacet.java index 72bce06f7a..756e1cdeef 100644 --- a/plugins/com.google.cloud.tools.eclipse.appengine.facets/src/com/google/cloud/tools/eclipse/appengine/facets/AppEngineStandardFacet.java +++ b/plugins/com.google.cloud.tools.eclipse.appengine.facets/src/com/google/cloud/tools/eclipse/appengine/facets/AppEngineStandardFacet.java @@ -105,7 +105,7 @@ public static boolean hasFacet(IFacetedProject project) { * is no App Engine Standard facet or if the version is not marked as obsolete. * * @param facetedProject should not be null - * @return true if project uses an obselete App Engine Standard facet and false otherwise + * @return true if project uses an obsolete App Engine Standard facet and false otherwise */ public static boolean usesObsoleteRuntime(IFacetedProject facetedProject) { Preconditions.checkNotNull(facetedProject);