Typofixes

Change-Id: I71bca9137bbe5fd67b4552094051af55e45b9a08
diff --git a/std/spellbook.c b/std/spellbook.c
index fe7a92e..2fbf597 100644
--- a/std/spellbook.c
+++ b/std/spellbook.c
@@ -683,7 +683,7 @@
     return 0;
   if (!living(vic) || ({int})vic->QueryProp(P_GHOST)) {
     ({int})pl->ReceiveMsg(
-      ({string})vic->name()+" lebt doch nicht!",
+      ({string})vic->Name()+" lebt doch nicht!",
       MT_NOTIFICATION,
       MA_SPELL);
     return 0;