]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
Corrected names in credits to be more accurate and consistent.
[xonotic/darkplaces.git] / common.h
index bd5d7b073f81095c80c5d632c510a504bf21edcb..a490ede2da9defb52d2b2cfde3b1dd6f74c4a771 100644 (file)
--- a/common.h
+++ b/common.h
@@ -235,7 +235,7 @@ extern int dpsnprintf (char *buffer, size_t buffersize, const char *format, ...)
 extern int dpvsnprintf (char *buffer, size_t buffersize, const char *format, va_list args);
 
 // A bunch of functions are forbidden for security reasons (and also to please MSVS 2005, for some of them)
-// LordHavoc: added #undef lines here to avoid warnings in Linux
+// LadyHavoc: added #undef lines here to avoid warnings in Linux
 #undef strcat
 #define strcat DO_NOT_USE_STRCAT__USE_STRLCAT_OR_MEMCPY
 #undef strncat