From cc2fcb9f25059284438b91ee0b1f690ed19a1941 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 19 Jan 2013 17:11:28 -0800 Subject: [PATCH] Typo. --- src/cpp/ripple/TransactionErr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/ripple/TransactionErr.h b/src/cpp/ripple/TransactionErr.h index cfa3cca599..dcb9627f95 100644 --- a/src/cpp/ripple/TransactionErr.h +++ b/src/cpp/ripple/TransactionErr.h @@ -122,7 +122,7 @@ enum TER // aka TransactionEngineResult tecNO_LINE_INSUF_RESERVE = 126, tecNO_LINE_REDUNDANT = 127, tecPATH_DRY = 128, - tecUNFUNDED = 129, // Depericated, old ambiguous unfunded. + tecUNFUNDED = 129, // Deprecated, old ambiguous unfunded. }; #define isTelLocal(x) ((x) >= telLOCAL_ERROR && (x) < temMALFORMED)