From: Michael R. Crusoe <crusoe@ucdavis.edu>
Subject: Fix typo
Forwarded: https://github.com/pezmaster31/bamtools/pull/122

--- bamtools.orig/src/toolkit/bamtools_split.cpp
+++ bamtools/src/toolkit/bamtools_split.cpp
@@ -199,7 +199,7 @@
 
     // if we get here, no property was specified 
     cerr << "bamtools split ERROR: no property given to split on... " << endl
-         << "Please use -mapped, -paired, -reference, or -tag TAG to specifiy desired split behavior." << endl;
+         << "Please use -mapped, -paired, -reference, or -tag TAG to specify desired split behavior." << endl;
     return false;
 }    
 
