]> git.pond.sub.org Git - empserver/blobdiff - src/lib/player/dispatch.c
Update copyright notice
[empserver] / src / lib / player / dispatch.c
index e14cba4af25b0dc7994892fbfb1f27668b7eafb7..4242cea137c45c5586b383bfa7c466aaf813c6d4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -83,7 +83,7 @@ dispatch(char *buf, char *redir)
        if (player->god || opt_BLITZ)
            np->nat_btu = max_btus;
        else {
-           pr("You don't have the BTU's, bozo\n");
+           pr("You don't have the BTUs, bozo\n");
            return 0;
        }
     }