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-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a76cb8  Typo
     new 4af6c46  Merge pull request #27 from ramiswailem/patch-1
0a76cb8 is described below

commit 0a76cb87d2bd17d689420f4cb705a334af94c44d
Author: Rami Swailem <pal...@gmx.de>
AuthorDate: Tue Feb 18 12:33:57 2020 +0100

    Typo
---
 wiki-export/wiki-content/DevFaqTaskLongRunningAsyncTask.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki-export/wiki-content/DevFaqTaskLongRunningAsyncTask.xml 
b/wiki-export/wiki-content/DevFaqTaskLongRunningAsyncTask.xml
index 902888c..5ac2761 100644
--- a/wiki-export/wiki-content/DevFaqTaskLongRunningAsyncTask.xml
+++ b/wiki-export/wiki-content/DevFaqTaskLongRunningAsyncTask.xml
@@ -67,7 +67,7 @@ public void actionPerformed(ActionEvent ev) {
     }
     EventQueue.invokeLater(new Runnable() {
         @Override public void run() {
-            // do domething with the gui
+            // do something with the gui
         }
     });
 }


---------------------------------------------------------------------
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