We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3ac91 commit 4307129Copy full SHA for 4307129
src/app/AttributePathExpandIterator.h
@@ -65,7 +65,7 @@ class AttributePathExpandIterator
65
public:
66
// Position is treated as a direct member access by the AttributePathExpandIterator, however it is opaque (except copying)
67
// for external code. We allow friendship here to not have specific get/set for methods (clearer interface and less
68
- // likelyhood of extra code usage).
+ // likelihood of extra code usage).
69
friend class AttributePathExpandIterator;
70
71
/// External callers can only ever start iterating on a new path from the beginning
0 commit comments