Fix typo in run-jdwp-tests.sh

jdpa -> jpda.

Test: ./art/tools/run-jdwp-tests.sh \
            --mode=host \
            --debug \
            --variant=x64 \
            -Xplugin:$ANDROID_HOST_OUT/lib64/libopenjdkjvmtid.so \
            --jdwp-path /usr/lib/jvm/default-java/jre/lib/amd64/libjdwp.so

Change-Id: I3d7743faeee0b152188d4d5d3d482e130f55e6d1
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh
index 0b2d654..2e59af9 100755
--- a/tools/run-jdwp-tests.sh
+++ b/tools/run-jdwp-tests.sh
@@ -119,8 +119,8 @@
     # Remove the --jdwp-path from the arguments.
     args=${args/$1}
     shift
-    vm_args="${vm_args} --vm-arg -Djdpa.settings.debuggeeAgentArgument=\"-agentpath:\""
-    vm_args="${vm_args} --vm-arg -Djdpa.settings.debuggeeAgentName=\"$1\""
+    vm_args="${vm_args} --vm-arg -Djpda.settings.debuggeeAgentArgument=\"-agentpath:\""
+    vm_args="${vm_args} --vm-arg -Djpda.settings.debuggeeAgentName=$1"
     # Remove the path from the arguments.
     args=${args/$1}
     shift