Skip to content

Commit 7c8a6d9

Browse files
committed
Spelling
1 parent 3ba8e33 commit 7c8a6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ def write_uncommented(target, f):
746746
block = []
747747

748748
def flush(last):
749-
# If the block is entiry made of comments, ignore it
749+
# If the block is entirely made of comments, ignore it
750750
entire_block_comments = all(ln.startswith("#") or ln == "" for ln in block)
751751
if not entire_block_comments and len(block) > 0:
752752
for line in block:

0 commit comments

Comments
 (0)