From: ntfreak Date: Wed, 23 Jul 2008 20:18:56 +0000 (+0000) Subject: - fix typo X-Git-Tag: v0.1.0~437 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=bf58fe650992825fe6bf740a07a7e197d92b0b99 - fix typo git-svn-id: svn://svn.berlios.de/openocd/trunk@862 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/target.c b/src/target/target.c index 28ebf0ff27..506a5d78bd 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -401,7 +401,7 @@ int target_process_reset(struct command_context_s *cmd_ctx, enum target_reset_mo return retval; } - LOG_DEBUG("Waiting for halted stated as approperiate"); + LOG_DEBUG("Waiting for halted stated as appropriate"); /* Wait for reset to complete, maximum 5 seconds. */ gettimeofday(&timeout, NULL);