diff --git a/hw/sb16.c b/hw/sb16.c index 33026febb..bca5795ea 100644 --- a/hw/sb16.c +++ b/hw/sb16.c @@ -540,7 +540,7 @@ static void command (SB16State *s, uint8_t cmd) return; warn: - dolog ("warning: command %#x,%d is not trully understood yet\n", + dolog ("warning: command %#x,%d is not truly understood yet\n", cmd, s->needed_bytes); s->cmd = cmd; return;