From 1d18e23735f3b7354efd27d847f425f54c2fb39f Mon Sep 17 00:00:00 2001 From: trifonnt Date: Fri, 7 Aug 2009 14:54:06 +0000 Subject: [PATCH] Minor typo fixes. --- client/src/org/compiere/acct/AcctViewerData.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/org/compiere/acct/AcctViewerData.java b/client/src/org/compiere/acct/AcctViewerData.java index 00a9cfeb08..79a9cba390 100644 --- a/client/src/org/compiere/acct/AcctViewerData.java +++ b/client/src/org/compiere/acct/AcctViewerData.java @@ -47,7 +47,7 @@ import org.compiere.util.ValueNamePair; /** - * Account Viewer State - maintaines State information for the Account Viewer + * Account Viewer State - maintains State information for the Account Viewer * * @author Jorg Janke * @version $Id: AcctViewerData.java,v 1.3 2006/08/10 01:00:27 jjanke Exp $ @@ -102,7 +102,7 @@ class AcctViewerData /** Date To */ public Timestamp DateTo = null; - // Dodument Table Selection Info + // Document Table Selection Info /** Table ID */ public int AD_Table_ID; /** Record */ @@ -116,7 +116,7 @@ class AcctViewerData // Display Info /** Display Qty */ boolean displayQty = false; - /** Display Source Surrency */ + /** Display Source Currency */ boolean displaySourceAmt = false; /** Display Document info */ boolean displayDocumentInfo = false;