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;
 }    
 
--- bamtools.orig/src/toolkit/bamtools_resolve.cpp
+++ bamtools/src/toolkit/bamtools_resolve.cpp
@@ -868,7 +868,7 @@
 
         // make sure required stats file supplied
         if ( !m_settings->HasStatsFile )
-            errors.push_back("Ouptut stats filename required for -makeStats mode. Please specify one using -stats option.");
+            errors.push_back("Output stats filename required for -makeStats mode. Please specify one using -stats option.");
 
         // check for UseStats options
         if ( m_settings->HasForceMarkReadGroups )
