You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/12/23 09:46:35 UTC

[GitHub] geertjanw closed pull request #1055: Fix minor typos

geertjanw closed pull request #1055: Fix minor typos
URL: https://github.com/apache/incubator-netbeans/pull/1055
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateSettings.java b/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateSettings.java
index f1eb866c64..722927405b 100644
--- a/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateSettings.java
+++ b/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/actions/AutoupdateSettings.java
@@ -208,7 +208,7 @@ private static String modifyIdeIdentityIfNeeded (String oldIdeIdentity) {
         //catching strange IDs like
         //unique=-n+NB0c15fdc4f-2182-40c3-b6d8-ae09ef28922a_526df012-fe24-4849-b343-b4d77b11f6e6
         assert !(newPrefix + id).startsWith("-n+") : 
-            "Product Indentity is of wrong format, prefix=" +
+            "Product Identity is of wrong format, prefix=" +
                 newPrefix + ", id=" +
                 id + ", oldPrefix=" +
                 oldPrefix +
@@ -283,7 +283,7 @@ private static void expirationCheck () {
                 err.log (Level.INFO, ex.getLocalizedMessage (), ex);
             }
         } else if (exp == null) {
-            err.log (Level.FINEST, "No preferences imported from previous versoin.");
+            err.log (Level.FINEST, "No preferences imported from previous version.");
         } else {
             err.log (Level.FINEST, "Read preferences from userdir " + exp);
         }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists