aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/sb16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sb16.c b/hw/sb16.c
index 33026fe..bca5795 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;