From 2146d76d5e02fcb77951f493d65e4ea5e299819e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 16 Oct 2010 10:44:10 +0200 Subject: [PATCH 1/1] fix a typo in the license notice variable name --- d0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2