Fixes for minor typos and trivial bugs.
diff --git a/support.cc b/support.cc
index ef53444..2dc9a8a 100644
--- a/support.cc
+++ b/support.cc
@@ -138,7 +138,7 @@
 
    if (sSize == 0) {
       sSize = SECTOR_SIZE;
-      cerr << "Bug: Sector size invalid in SIToInt()!\n";
+      cerr << "Bug: Sector size invalid in IeeeToInt()!\n";
    } // if
 
    // Remove leading spaces, if present