From: Michael R. Crusoe <crusoe@debian.org>
Subject: fix typo
--- libxdf.orig/xdf.cpp
+++ libxdf/xdf.cpp
@@ -1002,7 +1002,7 @@
         }
     }
 
-    std::cout << "Succesfully wrote to XDF file." << std::endl;
+    std::cout << "Successfully wrote to XDF file." << std::endl;
 
     return 0; //Success
 }
