summaryrefslogtreecommitdiff
path: root/npc/commands/titulate.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/titulate.txt')
-rw-r--r--npc/commands/titulate.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt
index ee3031837..35e50328f 100644
--- a/npc/commands/titulate.txt
+++ b/npc/commands/titulate.txt
@@ -88,7 +88,7 @@ OnCall:
dispbottom l("You received the %s title from %s.",
academicrank(), strcharinfo(0, "someone", .@ori));
} else {
- dispbottom l("You were vouced to the %s title by %s. You still need %d more vouches to be promoted.",
+ dispbottom l("You were vouched to the %s title by %s. You still need %d more vouches to be promoted.",
academicrank(ACADEMIC_RANK+1), strcharinfo(0, "someone", .@ori),
(ACADEMIC_RANK >= ACADEMIC_DOCTOR ? 3 : 2) - array_entries(ACADEMIC_VOUCH));
}