summaryrefslogtreecommitdiff
path: root/src/include/xbexpnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/xbexpnode.h')
-rwxr-xr-xsrc/include/xbexpnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/xbexpnode.h b/src/include/xbexpnode.h
index f50d9eb..51efa9b 100755
--- a/src/include/xbexpnode.h
+++ b/src/include/xbexpnode.h
@@ -103,7 +103,7 @@ class XBDLLEXPORT xbExpNode {
xbUInt32 ulResultLen; // for string results, accumulated length of character operations
// includes the sum of all nodes under this + this
// date = 8, numeric = 4, logical = 1
- xbInt16 iWeight; // used for buildign the tree of nodes, assigned to operators
+ xbInt16 iWeight; // used for building the tree of nodes, assigned to operators
// the higher the number, the lower it goes on the tree
};