summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/graph.h')
-rw-r--r--src/libs/installer/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/graph.h b/src/libs/installer/graph.h
index 59778a440..04fdb941c 100644
--- a/src/libs/installer/graph.h
+++ b/src/libs/installer/graph.h
@@ -144,7 +144,7 @@ private:
foreach (const T &adjacency, edges(node))
visit(adjacency, resolvedNodes, visitedNodes);
- // append this node the the ordered list
+ // append this node to the ordered list
resolvedNodes->append(node);
}