fixes typo in daemon error printf

This commit is contained in:
Joe Bryan 2019-05-04 21:22:12 -07:00
parent e171596d98
commit 2a29a10c9d

View File

@ -601,7 +601,7 @@ _boothack_key(u3_noun kef)
u3_noun whu = u3dc("slaw", 'p', u3k(woh));
if ( u3_nul == whu ) {
u3l_log("dawn: invalid ship specificed with -w %s\r\n",
u3l_log("dawn: invalid ship specified with -w %s\r\n",
u3_Host.ops_u.who_c);
exit(1);
}