mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
fixes typo in daemon error printf
This commit is contained in:
parent
e171596d98
commit
2a29a10c9d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user