[FE training-materials-updates] Fix typo in JDWP

Maxime Ripard maxime.ripard at free-electrons.com
Mon Oct 1 12:13:18 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=d016e676191ef9fe526f01df65b56ef45c64d585

>---------------------------------------------------------------

commit d016e676191ef9fe526f01df65b56ef45c64d585
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Oct 1 11:59:25 2012 +0200

    Fix typo in JDWP
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

d016e676191ef9fe526f01df65b56ef45c64d585
 .../android-adb-examples/android-adb-examples.tex  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/android-adb-examples/android-adb-examples.tex b/slides/android-adb-examples/android-adb-examples.tex
index 2cd41c6..0563f28 100644
--- a/slides/android-adb-examples/android-adb-examples.tex
+++ b/slides/android-adb-examples/android-adb-examples.tex
@@ -12,7 +12,7 @@
   \frametitle{ADB forward and jdb}
   \begin{center}
     \includegraphics[height=0.75\textheight]{slides/android-adb-examples/adb-forward-jdwp.pdf}\\
-    \code{adb forward tcp:5555 jwdp:4242}
+    \code{adb forward tcp:5555 jdwp:4242}
   \end{center}
 \end{frame}
 



More information about the training-materials-updates mailing list