From ab668f8755537fe261b7ae92d39546e1815bf080 Mon Sep 17 00:00:00 2001 From: Randy Rohrbach Date: Thu, 13 Mar 2008 18:18:03 +0000 Subject: [PATCH] Some typo's. --- .../eclipse/dd/examples/pda/service/PDACommandControl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/org.eclipse.dd.examples.pda/src/org/eclipse/dd/examples/pda/service/PDACommandControl.java b/plugins/org.eclipse.dd.examples.pda/src/org/eclipse/dd/examples/pda/service/PDACommandControl.java index e7b77ceeb0d..60d37deb922 100644 --- a/plugins/org.eclipse.dd.examples.pda/src/org/eclipse/dd/examples/pda/service/PDACommandControl.java +++ b/plugins/org.eclipse.dd.examples.pda/src/org/eclipse/dd/examples/pda/service/PDACommandControl.java @@ -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() {