From 62b54e4ef3a805272f55fc30abad7588e58883b1 Mon Sep 17 00:00:00 2001
From: Garth Minette <gminette@gmail.com>
Date: Wed, 24 Jun 2020 23:32:59 -0700
Subject: [PATCH] Fixed typo in subdivide_path() docs.

---
 paths.scad   | 2 +-
 version.scad | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/paths.scad b/paths.scad
index d01bc8f..e0075a7 100644
--- a/paths.scad
+++ b/paths.scad
@@ -1167,7 +1167,7 @@ function _sum_preserving_round(data, index=0) =
 
 // Function: subdivide_path()
 // Usage:
-//   newpath = subdivifde_path(path, [N|refine], method);
+//   newpath = subdivide_path(path, [N|refine], method);
 // Description:
 //   Takes a path as input (closed or open) and subdivides the path to produce a more
 //   finely sampled path.  The new points can be distributed proportional to length
diff --git a/version.scad b/version.scad
index 9ebb4be..43bd2c8 100644
--- a/version.scad
+++ b/version.scad
@@ -8,7 +8,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,370];
+BOSL_VERSION = [2,0,371];
 
 
 // Section: BOSL Library Version Functions