Copy&paste typo fix
[NovacoinLibrary.git] / Novacoin / CTxIn.cs
index cd205ab..44c21ad 100644 (file)
@@ -107,7 +107,7 @@ namespace Novacoin
             }
             catch (Exception e)
             {
-                throw new TxInConstructorException("Deserealization failed.", e);
+                throw new TxInConstructorException("Desirealization failed.", e);
             }
         }