From: Rudolf Polzer Date: Sat, 16 Oct 2010 08:44:10 +0000 (+0200) Subject: fix a typo in the license notice variable name X-Git-Tag: xonotic-v0.1.0preview~5 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fd0_blind_id.git;a=commitdiff_plain;h=2146d76d5e02fcb77951f493d65e4ea5e299819e;hp=9bf3081f5218ea72cfe6d3543ab4f6f1944bba0f fix a typo in the license notice variable name --- diff --git a/d0.h b/d0.h index 8bcedf6..9a7b912 100644 --- 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