[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[adonthell-commits] master fbe13d2 1/4: FIXED spelling
From: |
Kai Sterker |
Subject: |
[adonthell-commits] master fbe13d2 1/4: FIXED spelling |
Date: |
Sat, 30 Sep 2017 18:27:32 -0400 (EDT) |
branch: master
commit fbe13d2522e99fda7e4623c654f4da9a184ad8ce
Author: Kai Sterker <address@hidden>
Commit: Kai Sterker <address@hidden>
FIXED spelling
---
src/tools/dlgedit/dlg_node.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tools/dlgedit/dlg_node.h b/src/tools/dlgedit/dlg_node.h
index 5aed525..c906721 100644
--- a/src/tools/dlgedit/dlg_node.h
+++ b/src/tools/dlgedit/dlg_node.h
@@ -78,7 +78,7 @@ public:
*/
DlgNode* next (query_type pos, int offset = 1);
/**
- * Get a node from this node's list of direct precedessors.
+ * Get a node from this node's list of direct predecessors.
* @param pos Defines what to do with the iterator of that list.
* @param offset Move the iterator by that offset.
* @return The node found at the specified offset from the given
@@ -93,7 +93,7 @@ public:
*/
//@{
/**
- * Add a node to the list of precedessors. The nodes are sorted by their
+ * Add a node to the list of predecessors. The nodes are sorted by their
* position. The ones with the smallest y value come first; if nodes have
* the same y value, then those with the smallest x value come first.
* @param node the DlgNode to add.