]> git.xonotic.org Git - xonotic/d0_blind_id.git/commitdiff
fix a typo in the license notice variable name
authorRudolf Polzer <divverent@alientrap.org>
Sat, 16 Oct 2010 08:44:10 +0000 (10:44 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 16 Oct 2010 08:44:10 +0000 (10:44 +0200)
d0.h

diff --git a/d0.h b/d0.h
index 8bcedf6746fc5fd1cd5709800f5ce5bcb5532a87..9a7b912057b836675f4e24f08514cad53fa46d2a 100644 (file)
--- a/d0.h
+++ b/d0.h
@@ -44,6 +44,6 @@
 
 extern void *(*d0_malloc)(size_t len);
 extern void (*d0_free)(void *p);
-extern const char *d0_bsd_license_notitce;
+extern const char *d0_bsd_license_notice;
 
 #endif