You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/08/22 17:48:16 UTC

[GitHub] piotrzarzycki21 closed pull request #48: Fixed Spelling.

piotrzarzycki21 closed pull request #48: Fixed Spelling.
URL: https://github.com/apache/royale-compiler/pull/48
 
 
   

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/debugger/src/main/java/royale/tools/debugger/cli/DebugCLI.java b/debugger/src/main/java/royale/tools/debugger/cli/DebugCLI.java
index 3a74cfc0f..4b161bf53 100644
--- a/debugger/src/main/java/royale/tools/debugger/cli/DebugCLI.java
+++ b/debugger/src/main/java/royale/tools/debugger/cli/DebugCLI.java
@@ -529,7 +529,7 @@ synchronized String keyboardReadLine() {
 	}
 
 	/**
-	 * A seperate thread collects our input so that we can
+	 * A separate thread collects our input so that we can
 	 * block in the doContinue on the main thread and then
 	 * allow the user to interrupt us via keyboard input
 	 * on this thread.
@@ -2448,7 +2448,7 @@ public void runningLoop() throws NoResponseException, NotConnectedException, Sus
 				/**
 				 * Now before we do this see, if we have a valid break reason, since
 				 * we could be still receiving incoming messages, even though we have halted.
-				 * This is definately the case with loading of multiple SWFs.  After the load
+				 * This is definitely the case with loading of multiple SWFs.  After the load
 				 * we get info on the swf.
 				 */
 				if (m_breakIsolates.size() > 0) {


 

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