diff --git a/src/earlyarg.c b/src/earlyarg.c index 952defaaa..2209e9323 100755 --- a/src/earlyarg.c +++ b/src/earlyarg.c @@ -498,7 +498,7 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg) if (extended_opt) { extended_opt++; - if (match_optname(extended_opt, "copy", 4, FALSE)) { + if (match_optname(extended_opt, "copy", 4, FALSE)) { insert_into_pastebuf = TRUE; } else if (match_optname(extended_opt, "dump", 4, FALSE)) { /* version number plus enabled features and sanity diff --git a/src/read.c b/src/read.c index 27b2ab588..a8437bc16 100644 --- a/src/read.c +++ b/src/read.c @@ -180,7 +180,7 @@ tshirt_text(struct obj *tshirt, char *buf) from book series _A_Song_of_Ice_and_Fire_ by George R.R. Martin, TV show "Game of Thrones" (probably an actual T-shirt too...) */ "/Valar morghulis/ -- /Valar dohaeris/", - "Asidonhopo once said: the namesake of my enemy is my enemy", + "Asidonhopo once said: the namesake of my enemy is my enemy", }; Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]);