Skip to content

Commit 9a46f66

Browse files
committed
typo
1 parent 60b9f89 commit 9a46f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitingest/ingestion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def limit_exceeded(stats: FileSystemStats, depth: int) -> bool:
291291
"""Check if any of the traversal limits have been exceeded.
292292
293293
This function checks if the current traversal has exceeded any of the configured limits:
294-
maximum directory depth, ma ximum number of files, or maximum total size in bytes.
294+
maximum directory depth, maximum number of files, or maximum total size in bytes.
295295
296296
Parameters
297297
----------

0 commit comments

Comments
 (0)