From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Fix a spelling typo
--- bedtools.orig/src/utils/Contexts/ContextClosest.cpp
+++ bedtools/src/utils/Contexts/ContextClosest.cpp
@@ -264,7 +264,7 @@
 			}
     	}
     }
-	_errorMsg = "\n***** ERROR: -k option must be followed by a postive integer value *****";
+	_errorMsg = "\n***** ERROR: -k option must be followed by a positive integer value *****";
 	return false;
 }
 
