Skip to content

Commit

Permalink
correct spelling (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Dec 5, 2019
1 parent 91a530b commit d120329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d120329

Please sign in to comment.