Skip to content

Commit 36e0d9f

Browse files
committed
Fix typo in doc string
1 parent 69ce618 commit 36e0d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/sconsUtils/scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def initialize(
127127
disableCC : `bool`, optional
128128
Should the C++ compiler check be disabled? Disabling this checks
129129
allows a faster startup and permits building on systems that don't
130-
meet the requirements for the C++ compilter (e.g., for
130+
meet the requirements for the C++ compiler (e.g., for
131131
pure-python packages).
132132
133133
Returns

0 commit comments

Comments
 (0)