1
0
Fork 0
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:
Randy Rohrbach 2008-03-13 18:18:03 +00:00
parent 77839f1f0e
commit ab668f8755

View file

@ -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() {