]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/deliver.c
Update copyright notice
[empserver] / src / lib / update / deliver.c
index b2ad584a25646cfdfe9b7e354ee943f71a3d42ce..c9e95ff8533016eb6793d5f75138904960478495 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2018, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -61,7 +61,7 @@ deliver(struct sctstr *from, struct ichrstr *ip, int dir,
     if ((amt_moved = amt_src - thresh) <= 0)
        return 0;
     /*
-     * make sure delivery looks ok.  Check where its going,
+     * make sure delivery looks OK.  Check where its going,
      * where its coming from, and see if there is more than
      * the threshold amount
      */