Description: Spelling mistake caught by lintian
Fix a spelling mistake caught by lintian. Untranslateable -> Untranslatable
Author: Shachar Shemesh <shachar@debian.org>
Origin: other
Applied-Upstream: r603
Last-Update: 2017-09-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/filemap.cpp
+++ b/filemap.cpp
@@ -53,7 +53,7 @@
         for( std::string::iterator i=path.begin(); i!=path.end(); ++i )
         {
             if( *i==DIRSEP_C )
-                throw rscerror("Untranslateable file name");
+                throw rscerror("Untranslatable file name");
 
             if( *i==dirsep )
                 *i=DIRSEP_C;
