]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/spy.c
Spell BTU and ETU consistently
[empserver] / src / lib / commands / spy.c
index b5d14def482fce37bffe979a8740edff431fec7e..81e16e3eaf072f325035fa94d48a8b2ff7d96ae1 100644 (file)
@@ -83,7 +83,7 @@ spy(void)
     btucost = (nsects / 40) + 1;
     natp = getnatp(player->cnum);
     if (natp->nat_btu < btucost) {
-       pr("You don't have the BTU's for spying on that scale!\n");
+       pr("You don't have the BTUs for spying on that scale!\n");
        return RET_FAIL;
     }
     bitmap = calloc((WORLD_SZ() + 7) / 8, 1);