From eb98da5000f4d347ee8563467dffa4541e7faa7a Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 11 Aug 2015 06:22:54 +0000
Subject: [PATCH] Merge branch 'master' of github.com:pjreddie/darknet

---
 src/image.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/image.h b/src/image.h
index 1506077..e380025 100644
--- a/src/image.h
+++ b/src/image.h
@@ -64,7 +64,7 @@
 float get_pixel_extend(image m, int x, int y, int c);
 void set_pixel(image m, int x, int y, int c, float val);
 void add_pixel(image m, int x, int y, int c, float val);
-float billinear_interpolate(image im, float x, float y, int c);
+float bilinear_interpolate(image im, float x, float y, int c);
 
 image get_image_layer(image m, int l);
 

--
Gitblit v1.10.0