Skip to content

Commit 9fe0a15

Browse files
authored
chore: remove redundant word in comment (#5752)
1 parent cb52c9a commit 9fe0a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrpld/app/paths/Pathfinder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Pathfinder : public CountedObject<Pathfinder>
166166
int addFlags,
167167
std::function<bool(void)> const& continueCallback);
168168

169-
// Compute the liquidity for a path. Return tesSUCCESS if it has has enough
169+
// Compute the liquidity for a path. Return tesSUCCESS if it has enough
170170
// liquidity to be worth keeping, otherwise an error.
171171
TER
172172
getPathLiquidity(

0 commit comments

Comments
 (0)