This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new c5c1981  Corrected some typo errors
     new 90d3df4  Merge pull request #3133 from matteobaccan/unknow-typo
c5c1981 is described below

commit c5c19810468da9ee7e70102eced017a11cb632be
Author: Matteo Baccan <matteo.bac...@gmail.com>
AuthorDate: Fri Aug 27 17:07:02 2021 +0200

    Corrected some typo errors
---
 .../src/org/netbeans/modules/glassfish/spi/Utils.java                 | 2 +-
 .../src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java    | 2 +-
 .../src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java     | 2 +-
 .../modules/j2ee/deployment/plugins/api/InstancePropertiesTest.java   | 2 +-
 .../payara.common/src/org/netbeans/modules/payara/spi/Utils.java      | 2 +-
 .../src/org/netbeans/modules/payara/tooling/utils/NetUtils.java       | 2 +-
 .../org/netbeans/modules/websvc/editor/hints/common/RulesEngine.java  | 2 +-
 ide/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Setup.java   | 4 ++--
 .../src/org/netbeans/modules/server/ui/wizard/Bundle.properties       | 2 +-
 ide/subversion/src/org/netbeans/modules/subversion/ui/diff/Setup.java | 4 ++--
 ide/xml/src/org/netbeans/modules/xml/DTDDataLoader.java               | 2 +-
 ide/xml/src/org/netbeans/modules/xml/EntityDataLoader.java            | 2 +-
 ide/xsl/src/org/netbeans/modules/xsl/XSLDataLoader.java               | 2 +-
 .../migration/archiver/deserializer/XMLGraphDeserializer.java         | 2 +-
 java/form/src/org/netbeans/modules/form/Bundle.properties             | 2 +-
 .../java/editor/base/semantic/MarkOccurrencesHighlighterBase.java     | 2 +-
 .../modules/performance/utilities/MeasureStartupTimeTestCase.java     | 2 +-
 .../modules/php/project/connections/ui/RemoteConnectionsPanel.java    | 2 +-
 .../src/org/netbeans/modules/autoupdate/ui/SettingsTab.java           | 2 +-
 .../sampler/src/org/netbeans/modules/sampler/InternalSampler.java     | 4 ++--
 .../test/unit/src/org/netbeans/modules/uihandler/AutoSubmitTest.java  | 2 +-
 .../src/org/netbeans/lib/profiler/results/locks/ThreadInfos.java      | 4 ++--
 .../netbeans/modules/javascript2/extdoc/model/ExtDocElementType.java  | 2 +-
 .../netbeans/modules/javascript2/jsdoc/model/JsDocElementType.java    | 2 +-
 .../netbeans/modules/javascript2/sdoc/elements/SDocElementType.java   | 2 +-
 25 files changed, 29 insertions(+), 29 deletions(-)

diff --git 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java
index 525abb6..5b35739 100644
--- 
a/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java
+++ 
b/enterprise/glassfish.common/src/org/netbeans/modules/glassfish/spi/Utils.java
@@ -283,7 +283,7 @@ public class Utils {
                 System.setProperty("socksNonProxyHosts",  socksNonProxyHosts + 
localhost);
                 ConnectException ce = new ConnectException();
                 ce.initCause(ex);
-                throw ce; //status unknow at this point
+                throw ce; //status unknown at this point
                 //next call, we'll be ok and it will really detect if we are 
secure or not
             }
         }
diff --git 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
index e1649ba..d07e9ad 100644
--- 
a/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
+++ 
b/enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/utils/NetUtils.java
@@ -239,7 +239,7 @@ public class NetUtils {
                     System.setProperty("socksNonProxyHosts",  
socksNonProxyHosts + localhost);
                     ConnectException ce = new ConnectException();
                     ce.initCause(ex);
-                    throw ce; //status unknow at this point
+                    throw ce; //status unknown at this point
                     //next call, we'll be ok and it will really detect if we 
are secure or not
                 }
             }
diff --git 
a/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
 
b/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
index 129da76..72d1c4e 100644
--- 
a/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
+++ 
b/enterprise/j2ee.sun.appsrv/src/org/netbeans/modules/j2ee/sun/appsrvapi/PortDetector.java
@@ -60,7 +60,7 @@ public class PortDetector {
                 System.setProperty("socksNonProxyHosts",  socksNonProxyHosts + 
localhost);
                 ConnectException ce = new ConnectException();
                 ce.initCause(ex);
-                throw ce; //status unknow at this point
+                throw ce; //status unknown at this point
                 //next call, we'll be ok and it will really detect if we are 
secure or not
             }
         }
diff --git 
a/enterprise/j2eeserver/test/unit/src/org/netbeans/modules/j2ee/deployment/plugins/api/InstancePropertiesTest.java
 
b/enterprise/j2eeserver/test/unit/src/org/netbeans/modules/j2ee/deployment/plugins/api/InstancePropertiesTest.java
index 12c0669..52693fa 100644
--- 
a/enterprise/j2eeserver/test/unit/src/org/netbeans/modules/j2ee/deployment/plugins/api/InstancePropertiesTest.java
+++ 
b/enterprise/j2eeserver/test/unit/src/org/netbeans/modules/j2ee/deployment/plugins/api/InstancePropertiesTest.java
@@ -131,7 +131,7 @@ public class InstancePropertiesTest extends 
ServerRegistryTestBase {
         try {
             InstanceProperties.createInstanceProperties(
                     url, TEST_USERNAME, TEST_PASSWORD, TEST_DISPLAY_NAME);
-            fail("the unknow serverplugin should be unknown at this point"); 
// NOI18N
+            fail("the unknown serverplugin should be unknown at this point"); 
// NOI18N
         } catch (InstanceCreationException ex) {
             // expected
         }
diff --git 
a/enterprise/payara.common/src/org/netbeans/modules/payara/spi/Utils.java 
b/enterprise/payara.common/src/org/netbeans/modules/payara/spi/Utils.java
index b8a586b..20ba550 100644
--- a/enterprise/payara.common/src/org/netbeans/modules/payara/spi/Utils.java
+++ b/enterprise/payara.common/src/org/netbeans/modules/payara/spi/Utils.java
@@ -280,7 +280,7 @@ public class Utils {
                 System.setProperty("socksNonProxyHosts",  socksNonProxyHosts + 
localhost);
                 ConnectException ce = new ConnectException();
                 ce.initCause(ex);
-                throw ce; //status unknow at this point
+                throw ce; //status unknown at this point
                 //next call, we'll be ok and it will really detect if we are 
secure or not
             }
         }
diff --git 
a/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/utils/NetUtils.java
 
b/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/utils/NetUtils.java
index ec3b0f0..6bb1072 100644
--- 
a/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/utils/NetUtils.java
+++ 
b/enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/utils/NetUtils.java
@@ -233,7 +233,7 @@ public class NetUtils {
                     System.setProperty("socksNonProxyHosts",  
socksNonProxyHosts + localhost);
                     ConnectException ce = new ConnectException();
                     ce.initCause(ex);
-                    throw ce; //status unknow at this point
+                    throw ce; //status unknown at this point
                     //next call, we'll be ok and it will really detect if we 
are secure or not
                 }
             }
diff --git 
a/enterprise/websvc.editor.hints/src/org/netbeans/modules/websvc/editor/hints/common/RulesEngine.java
 
b/enterprise/websvc.editor.hints/src/org/netbeans/modules/websvc/editor/hints/common/RulesEngine.java
index bc67a88..6e63511 100644
--- 
a/enterprise/websvc.editor.hints/src/org/netbeans/modules/websvc/editor/hints/common/RulesEngine.java
+++ 
b/enterprise/websvc.editor.hints/src/org/netbeans/modules/websvc/editor/hints/common/RulesEngine.java
@@ -118,7 +118,7 @@ public abstract class RulesEngine extends 
ElementKindVisitor8<Void, ProblemConte
     }
     
     @Override public Void visitUnknown(Element e, ProblemContext p) {
-        Logger.getLogger(getClass().getName()).log(Level.INFO, "Unknow element 
type: {0}.", e.getKind());
+        Logger.getLogger(getClass().getName()).log(Level.INFO, "Unknown 
element type: {0}.", e.getKind());
         return null;
     }
     
diff --git 
a/ide/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Setup.java 
b/ide/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Setup.java
index 47b0525..3767fb0 100644
--- a/ide/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Setup.java
+++ b/ide/mercurial/src/org/netbeans/modules/mercurial/ui/diff/Setup.java
@@ -135,7 +135,7 @@ public final class Setup extends AbstractDiffSetup {
                 break;
 
             default:
-                throw new IllegalArgumentException("Unknow diff type: " + 
type); // NOI18N
+                throw new IllegalArgumentException("Unknown diff type: " + 
type); // NOI18N
         }
 
 
@@ -182,7 +182,7 @@ public final class Setup extends AbstractDiffSetup {
                 break;
 
             default:
-                throw new IllegalArgumentException("Unknow diff type: " + 
type); // NOI18N
+                throw new IllegalArgumentException("Unknown diff type: " + 
type); // NOI18N
         }
 
         firstSource = new DiffStreamSource(baseFile, baseFile, firstRevision, 
firstTitle);
diff --git 
a/ide/server/src/org/netbeans/modules/server/ui/wizard/Bundle.properties 
b/ide/server/src/org/netbeans/modules/server/ui/wizard/Bundle.properties
index dae2223..c7eba36 100644
--- a/ide/server/src/org/netbeans/modules/server/ui/wizard/Bundle.properties
+++ b/ide/server/src/org/netbeans/modules/server/ui/wizard/Bundle.properties
@@ -73,4 +73,4 @@ LBL_ACIW_Ellipsis=...
 MSG_CCV_ChooseServer=Choose a cloud
 LBL_CCV_Name=Choose Cloud
 
-MSG_WrongServerIntance=The plugin returned an unknow representation of the 
instance: {0}
+MSG_WrongServerIntance=The plugin returned an unknown representation of the 
instance: {0}
diff --git 
a/ide/subversion/src/org/netbeans/modules/subversion/ui/diff/Setup.java 
b/ide/subversion/src/org/netbeans/modules/subversion/ui/diff/Setup.java
index 9256777..b293b0e 100644
--- a/ide/subversion/src/org/netbeans/modules/subversion/ui/diff/Setup.java
+++ b/ide/subversion/src/org/netbeans/modules/subversion/ui/diff/Setup.java
@@ -159,7 +159,7 @@ public final class Setup extends AbstractDiffSetup {
                 break;
 
             default:
-                throw new IllegalArgumentException("Unknow diff type: " + 
type); // NOI18N
+                throw new IllegalArgumentException("Unknown diff type: " + 
type); // NOI18N
         }
 
 
@@ -212,7 +212,7 @@ public final class Setup extends AbstractDiffSetup {
                 break;
 
             default:
-                throw new IllegalArgumentException("Unknow diff type: " + 
type); // NOI18N
+                throw new IllegalArgumentException("Unknown diff type: " + 
type); // NOI18N
         }
         
         if (propertyName != null){
diff --git a/ide/xml/src/org/netbeans/modules/xml/DTDDataLoader.java 
b/ide/xml/src/org/netbeans/modules/xml/DTDDataLoader.java
index 1338b9d..14400f5 100644
--- a/ide/xml/src/org/netbeans/modules/xml/DTDDataLoader.java
+++ b/ide/xml/src/org/netbeans/modules/xml/DTDDataLoader.java
@@ -84,7 +84,7 @@ public final class DTDDataLoader extends UniFileLoader {
     }
 
     /** Creates the right data object for given primary file.
-     * It is guaranteed that the provided file is realy primary file
+     * It is guaranteed that the provided file is really primary file
      * returned from the method findPrimaryFile.
      *
      * @param primaryFile the primary file
diff --git a/ide/xml/src/org/netbeans/modules/xml/EntityDataLoader.java 
b/ide/xml/src/org/netbeans/modules/xml/EntityDataLoader.java
index 5f42e4d..4ae1d7d 100644
--- a/ide/xml/src/org/netbeans/modules/xml/EntityDataLoader.java
+++ b/ide/xml/src/org/netbeans/modules/xml/EntityDataLoader.java
@@ -84,7 +84,7 @@ public final class EntityDataLoader extends UniFileLoader {
     }
 
     /** Creates the right data object for given primary file.
-     * It is guaranteed that the provided file is realy primary file
+     * It is guaranteed that the provided file is really primary file
      * returned from the method findPrimaryFile.
      *
      * @param primaryFile the primary file
diff --git a/ide/xsl/src/org/netbeans/modules/xsl/XSLDataLoader.java 
b/ide/xsl/src/org/netbeans/modules/xsl/XSLDataLoader.java
index 38943ed..695fd24 100644
--- a/ide/xsl/src/org/netbeans/modules/xsl/XSLDataLoader.java
+++ b/ide/xsl/src/org/netbeans/modules/xsl/XSLDataLoader.java
@@ -70,7 +70,7 @@ public final class XSLDataLoader extends UniFileLoader {
     }
 
     /** Creates the right data object for given primary file.
-     * It is guaranteed that the provided file is realy primary file
+     * It is guaranteed that the provided file is really primary file
      * returned from the method findPrimaryFile.
      *
      * @param primaryFile the primary file
diff --git 
a/java/dbschema/src/org/netbeans/modules/dbschema/migration/archiver/deserializer/XMLGraphDeserializer.java
 
b/java/dbschema/src/org/netbeans/modules/dbschema/migration/archiver/deserializer/XMLGraphDeserializer.java
index eca0c0e..909e9be 100644
--- 
a/java/dbschema/src/org/netbeans/modules/dbschema/migration/archiver/deserializer/XMLGraphDeserializer.java
+++ 
b/java/dbschema/src/org/netbeans/modules/dbschema/migration/archiver/deserializer/XMLGraphDeserializer.java
@@ -1107,7 +1107,7 @@ public  class XMLGraphDeserializer extends 
BaseSpecificXMLDeserializer implement
                 this.pushObject(new Character(lRowValue.charAt(0)));
             else
             {
-                System.out.println("Found and unknow type in a row");
+                System.out.println("Found and unknown type in a row");
                 this.pushObject(null);
             }
 
diff --git a/java/form/src/org/netbeans/modules/form/Bundle.properties 
b/java/form/src/org/netbeans/modules/form/Bundle.properties
index 8af7b55..57914ec 100644
--- a/java/form/src/org/netbeans/modules/form/Bundle.properties
+++ b/java/form/src/org/netbeans/modules/form/Bundle.properties
@@ -217,7 +217,7 @@ MSG_ERR_MissingClass=Invalid format: missing class 
name.\nThe component cannot b
 # {0} = name of the class that cannot be loaded
 FMT_ERR_CannotLoadClass=Cannot load component class:  {0}\nThis usually 
happens when the class is not compiled or not part of the project libraries.
 
-# formatting of message when an unknow element is found in form file
+# formatting of message when an unknown element is found in form file
 # {0} = name of the unknown element
 FMT_ERR_UnknownElement=Found unknown component element: {0}
 
diff --git 
a/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/MarkOccurrencesHighlighterBase.java
 
b/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/MarkOccurrencesHighlighterBase.java
index 2b7bb50..b4db6fb 100644
--- 
a/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/MarkOccurrencesHighlighterBase.java
+++ 
b/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/MarkOccurrencesHighlighterBase.java
@@ -425,7 +425,7 @@ public abstract class MarkOccurrencesHighlighterBase 
extends JavaParserResultTas
             case PACKAGE:
                 return false; //never mark occurrence modules and packages
             default:
-                
Logger.getLogger(MarkOccurrencesHighlighterBase.class.getName()).log(Level.INFO,
 "Unknow element type: {0}.", el.getKind());
+                
Logger.getLogger(MarkOccurrencesHighlighterBase.class.getName()).log(Level.INFO,
 "Unknown element type: {0}.", el.getKind());
                 return true;
         }
     }
diff --git 
a/java/performance/src/org/netbeans/modules/performance/utilities/MeasureStartupTimeTestCase.java
 
b/java/performance/src/org/netbeans/modules/performance/utilities/MeasureStartupTimeTestCase.java
index cd6aa7e..11d518a 100644
--- 
a/java/performance/src/org/netbeans/modules/performance/utilities/MeasureStartupTimeTestCase.java
+++ 
b/java/performance/src/org/netbeans/modules/performance/utilities/MeasureStartupTimeTestCase.java
@@ -77,7 +77,7 @@ public class MeasureStartupTimeTestCase extends 
org.netbeans.junit.NbPerformance
     protected static int repeatNewUserdir = 
Integer.getInteger("org.netbeans.performance.repeat.with.new.userdir", 
1).intValue();
 
     /**
-     * Number used for unknow time.
+     * Number used for unknown time.
      */
     protected final static long UNKNOWN_TIME = -1;
 
diff --git 
a/php/php.project/src/org/netbeans/modules/php/project/connections/ui/RemoteConnectionsPanel.java
 
b/php/php.project/src/org/netbeans/modules/php/project/connections/ui/RemoteConnectionsPanel.java
index 4b01071..a77cc71 100644
--- 
a/php/php.project/src/org/netbeans/modules/php/project/connections/ui/RemoteConnectionsPanel.java
+++ 
b/php/php.project/src/org/netbeans/modules/php/project/connections/ui/RemoteConnectionsPanel.java
@@ -152,7 +152,7 @@ public final class RemoteConnectionsPanel extends JPanel 
implements ChangeListen
                         addConfig();
                     } else {
                         // this would need to implement hashCode() and 
equals() for RemoteConfiguration.... hmm, probably not needed
-                        //assert 
getConfigurations().contains(remoteConfiguration) : "Unknow remote 
configration: " + remoteConfiguration;
+                        //assert 
getConfigurations().contains(remoteConfiguration) : "Unknown remote 
configration: " + remoteConfiguration;
                         if (remoteConfiguration != null) {
                             // select config
                             selectConfiguration(remoteConfiguration.getName());
diff --git 
a/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
 
b/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
index 49024ee..3507ae2 100644
--- 
a/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
+++ 
b/platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/SettingsTab.java
@@ -397,7 +397,7 @@ private void 
bProxyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:
                 Utilities.setGlobalInstallation(false);
                 break;
             default:
-                assert false : "Unknow index";
+                assert false : "Unknown index";
         }
     }//GEN-LAST:event_cbLocationActionPerformed
 
diff --git 
a/platform/sampler/src/org/netbeans/modules/sampler/InternalSampler.java 
b/platform/sampler/src/org/netbeans/modules/sampler/InternalSampler.java
index 8840659..8e8d3bf 100644
--- a/platform/sampler/src/org/netbeans/modules/sampler/InternalSampler.java
+++ b/platform/sampler/src/org/netbeans/modules/sampler/InternalSampler.java
@@ -48,7 +48,7 @@ import static org.netbeans.modules.sampler.Bundle.*;
 final class InternalSampler extends Sampler {
     private static final String SAMPLER_NAME = "selfsampler";  // NOI18N
     private static final String FILE_NAME = 
SAMPLER_NAME+SamplesOutputStream.FILE_EXT;
-    private static final String UNKNOW_MIME_TYPE = "content/unknown"; // NOI18N
+    private static final String UNKNOWN_MIME_TYPE = "content/unknown"; // 
NOI18N
     private static final String X_DEBUG_ARG = "-Xdebug"; // NOI18N
     private static final String JDWP_DEBUG_ARG = "-agentlib:jdwp"; // NOI18N
     private static final String JDWP_DEBUG_ARG_PREFIX = "-agentlib:jdwp="; // 
NOI18N
@@ -142,7 +142,7 @@ final class InternalSampler extends Sampler {
         // open snapshot
         FileObject fo = fs.findResource(FILE_NAME);
         // test for DefaultDataObject
-        if (UNKNOW_MIME_TYPE.equals(fo.getMIMEType())) {
+        if (UNKNOWN_MIME_TYPE.equals(fo.getMIMEType())) {
             String msg = 
SelfSamplerAction_SavedFile(outFile.getAbsolutePath());
             DialogDisplayer.getDefault().notify(new 
NotifyDescriptor.Message(msg));
         } else {
diff --git 
a/platform/uihandler/test/unit/src/org/netbeans/modules/uihandler/AutoSubmitTest.java
 
b/platform/uihandler/test/unit/src/org/netbeans/modules/uihandler/AutoSubmitTest.java
index c47a709..1f176cb 100644
--- 
a/platform/uihandler/test/unit/src/org/netbeans/modules/uihandler/AutoSubmitTest.java
+++ 
b/platform/uihandler/test/unit/src/org/netbeans/modules/uihandler/AutoSubmitTest.java
@@ -176,7 +176,7 @@ public class AutoSubmitTest extends NbTestCase {
     }
     
     private static void waitTillTasksInRPFinish(RequestProcessor rp) throws 
Exception {
-        // Perhaps there is a better way to wait untill all scheduled tasks 
are processed...?
+        // Perhaps there is a better way to wait until all scheduled tasks are 
processed...?
         do {
             Field runningFiled = 
RequestProcessor.class.getDeclaredField("processors");
             runningFiled.setAccessible(true);
diff --git 
a/profiler/lib.profiler/src/org/netbeans/lib/profiler/results/locks/ThreadInfos.java
 
b/profiler/lib.profiler/src/org/netbeans/lib/profiler/results/locks/ThreadInfos.java
index f28912e..d781fd3 100644
--- 
a/profiler/lib.profiler/src/org/netbeans/lib/profiler/results/locks/ThreadInfos.java
+++ 
b/profiler/lib.profiler/src/org/netbeans/lib/profiler/results/locks/ThreadInfos.java
@@ -26,7 +26,7 @@ final class ThreadInfos {
 
     ThreadInfo[] threadInfos;
     int threadInfosLastIdx;
-    ThreadInfo unknowThread = new ThreadInfo(-1, "Unknown", "N/A");     // 
NOI18N
+    ThreadInfo unknownThread = new ThreadInfo(-1, "Unknown", "N/A");     // 
NOI18N
 
     ThreadInfos() {
         reset();
@@ -63,7 +63,7 @@ final class ThreadInfos {
     }
 
     ThreadInfo getThreadInfo(int threadId) {
-        if (threadId == -1) return unknowThread;
+        if (threadId == -1) return unknownThread;
         if (!isEmpty()) {
             return threadInfos[threadId];
         }
diff --git 
a/webcommon/javascript2.extdoc/src/org/netbeans/modules/javascript2/extdoc/model/ExtDocElementType.java
 
b/webcommon/javascript2.extdoc/src/org/netbeans/modules/javascript2/extdoc/model/ExtDocElementType.java
index 5b8585c..ac8374d 100644
--- 
a/webcommon/javascript2.extdoc/src/org/netbeans/modules/javascript2/extdoc/model/ExtDocElementType.java
+++ 
b/webcommon/javascript2.extdoc/src/org/netbeans/modules/javascript2/extdoc/model/ExtDocElementType.java
@@ -27,7 +27,7 @@ public enum ExtDocElementType {
 
     // description type - at the start of comments
     DESCRIPTION("description", Category.DESCRIPTION), //NOI18N
-    // unknow type
+    // unknown type
     UNKNOWN("unknown", Category.UNKNOWN), //NOI18N
     
     // common ExtDoc tags
diff --git 
a/webcommon/javascript2.jsdoc/src/org/netbeans/modules/javascript2/jsdoc/model/JsDocElementType.java
 
b/webcommon/javascript2.jsdoc/src/org/netbeans/modules/javascript2/jsdoc/model/JsDocElementType.java
index cea59af..b56b21e 100644
--- 
a/webcommon/javascript2.jsdoc/src/org/netbeans/modules/javascript2/jsdoc/model/JsDocElementType.java
+++ 
b/webcommon/javascript2.jsdoc/src/org/netbeans/modules/javascript2/jsdoc/model/JsDocElementType.java
@@ -28,7 +28,7 @@ import java.util.Map;
 public enum JsDocElementType {
     // special context sensitive type
     CONTEXT_SENSITIVE("contextSensitive", JsDocElement.Category.DESCRIPTION), 
//NOI18N
-    // unknow type
+    // unknown type
     UNKNOWN("unknown", JsDocElement.Category.UNKNOWN), //NOI18N
     // common jsDoc tags
     ARGUMENT("@argument", JsDocElement.Category.NAMED_PARAMETER), //NOI18N
diff --git 
a/webcommon/javascript2.sdoc/src/org/netbeans/modules/javascript2/sdoc/elements/SDocElementType.java
 
b/webcommon/javascript2.sdoc/src/org/netbeans/modules/javascript2/sdoc/elements/SDocElementType.java
index 6565732..466c052 100644
--- 
a/webcommon/javascript2.sdoc/src/org/netbeans/modules/javascript2/sdoc/elements/SDocElementType.java
+++ 
b/webcommon/javascript2.sdoc/src/org/netbeans/modules/javascript2/sdoc/elements/SDocElementType.java
@@ -24,7 +24,7 @@ package org.netbeans.modules.javascript2.sdoc.elements;
 public enum SDocElementType {
     // description type - at the start of comments
     DESCRIPTION("description", Category.DESCRIPTION), //NOI18N
-    // unknow type
+    // unknown type
     UNKNOWN("unknown", Category.UNKNOWN), //NOI18N
     // common ScriptDoc tags
     ALIAS("@alias", Category.IDENT), //NOI18N

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to