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