Skip to content

Commit 4307129

Browse files
Update src/app/AttributePathExpandIterator.h
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
1 parent 6f3ac91 commit 4307129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/AttributePathExpandIterator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class AttributePathExpandIterator
6565
public:
6666
// Position is treated as a direct member access by the AttributePathExpandIterator, however it is opaque (except copying)
6767
// 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).
68+
// likelihood of extra code usage).
6969
friend class AttributePathExpandIterator;
7070

7171
/// External callers can only ever start iterating on a new path from the beginning

0 commit comments

Comments
 (0)