]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.c
added newline at end to appease gcc
[xonotic/darkplaces.git] / zone.c
diff --git a/zone.c b/zone.c
index e48844673e1fb7708086ad89122faac14cf5acf6..556c709496ec24813ad2bad6045fb78988186821 100644 (file)
--- a/zone.c
+++ b/zone.c
@@ -825,7 +825,7 @@ void *Cache_Alloc (cache_user_t *c, int size, char *name)
        cache_system_t  *cs;
 
        if (c->data)
-               Sys_Error ("Cache_Alloc: allready allocated");
+               Sys_Error ("Cache_Alloc: already allocated");
        
        if (size <= 0)
                Sys_Error ("Cache_Alloc: size %i", size);