mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Some typo's.
This commit is contained in:
parent
77839f1f0e
commit
ab668f8755
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ public class PDACommandControl extends AbstractDsfService implements ICommandCon
|
|||
while (!isTerminated()) {
|
||||
synchronized(fTxCommands) {
|
||||
try {
|
||||
// Remove comamnd from send queue.
|
||||
// Remove command from send queue.
|
||||
final CommandHandle commandHandle = fTxCommands.take();
|
||||
|
||||
// Send the request to PDA
|
||||
|
@ -351,7 +351,7 @@ public class PDACommandControl extends AbstractDsfService implements ICommandCon
|
|||
listener.commandQueued(command);
|
||||
}
|
||||
|
||||
// In a separate dispatch cycle. This allows command listeners to repond to the
|
||||
// In a separate dispatch cycle. This allows command listeners to respond to the
|
||||
// command queued event.
|
||||
getExecutor().execute(new DsfRunnable() {
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Reference in a new issue