From 3382b98caad76d90c8ec45de79ec65c2bcb812d4 Mon Sep 17 00:00:00 2001
From: Timothy Stack <stack@flux.utah.edu>
Date: Thu, 16 Dec 2004 00:18:18 +0000
Subject: [PATCH] fix a copy/paste error

---
 robots/mtp/mtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/robots/mtp/mtp.c b/robots/mtp/mtp.c
index 8ae02f226b..2a723c2d08 100755
--- a/robots/mtp/mtp.c
+++ b/robots/mtp/mtp.c
@@ -912,7 +912,7 @@ void mtp_print_packet(FILE *file, struct mtp_packet *mp)
     
   case MTP_COMMAND_STOP:
     fprintf(file,
-	    " opcode:\tupdate-id\n"
+	    " opcode:\tcommand-stop\n"
 	    "  commid:\t%d\n"
 	    "  id:\t%d\n",
 	    mp->data.command_stop->command_id,
-- 
GitLab