Fix a typo.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 16 Oct 2004 07:39:37 +0000 (07:39 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 16 Oct 2004 07:39:37 +0000 (07:39 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12312 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcm.c

index ba6edfced21c2988eb25e8a6de36f3075a616a39..58a6ce5f9c40f29e6a56d48cb43d9bf3360ad533 100644 (file)
@@ -354,7 +354,7 @@ dcm_abort2str(guint8 reason)
     char *s = "";
     switch (reason) {
     case 0:  s = "not specified"; break;
-    case 1:  s = "unrecoginized"; break;
+    case 1:  s = "unrecognized"; break;
     case 2:  s = "unexpected"; break;
     case 4:  s = "unrecognized parameter"; break;
     case 5:  s = "unexpected parameter"; break;