Copy&paste typo fix
[NovacoinLibrary.git] / Novacoin / CTransaction.cs
index e9a1445..ab1a5ef 100644 (file)
@@ -244,7 +244,7 @@ namespace Novacoin
             }
             catch (Exception e)
             {
-                throw new TransactionConstructorException("Deserealization failed", e);
+                throw new TransactionConstructorException("Deserialization failed", e);
             }
         }