diff --git a/src/main/resources/META-INF/rewrite/ibm-java.yml b/src/main/resources/META-INF/rewrite/ibm-java.yml index 14cd5bf194..f461d4e305 100644 --- a/src/main/resources/META-INF/rewrite/ibm-java.yml +++ b/src/main/resources/META-INF/rewrite/ibm-java.yml @@ -19,7 +19,7 @@ name: org.openrewrite.java.migrate.IBMSemeru displayName: Migrate to IBM Semeru Runtimes description: > This recipe will apply changes commonly needed when upgrading Java versions. The solutions provided in this list are - solutions only availible in IBM Semeru Runtimes. + solutions only available in IBM Semeru Runtimes. tags: - java11 recipeList: @@ -73,4 +73,4 @@ recipeList: - org.openrewrite.java.ChangeType: oldFullyQualifiedTypeName: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl newFullyQualifiedTypeName: com.ibm.jsse2.SSLSocketFactoryImpl - ignoreDefinition: true \ No newline at end of file + ignoreDefinition: true