* "Dont" -> "Don't"

2000-06-13  Frank Ch. Eigler  <fche@redhat.com>

	* compile.c, writecode.c: Correct typo.
This commit is contained in:
Frank Ch. Eigler
2000-06-13 20:32:01 +00:00
parent 0ef9643e5e
commit 98ecb0a78b
3 changed files with 6 additions and 2 deletions

View File

@ -444,7 +444,7 @@ decode (addr, data, dst)
return;
}
else
printf ("Dont understand %x \n", looking_for);
printf ("Don't understand %x \n", looking_for);
}
len++;