From 00e97a8938cfc687820bb3033307738fce757345 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Sat, 19 Jan 2013 14:26:05 -0800 Subject: [PATCH] Cosmetic. --- 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 525f03645..366ad3733 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, // Old ambigous unfunded. + tecUNFUNDED = 129, // Depericated, old ambiguous unfunded. }; #define isTelLocal(x) ((x) >= telLOCAL_ERROR && (x) < temMALFORMED)