Skip to content

Commit ca1dcc9

Browse files
authored
Correct spelling in sample_ext build script (#1454)
I have optimizaied the spelling
1 parent 5a72644 commit ca1dcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/sample_ext/AMBuildScript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ExtensionConfig(object):
135135
elif cxx.vendor == 'msvc':
136136
self.configure_msvc(cxx)
137137

138-
# Optimizaiton
138+
# Optimization
139139
if builder.options.opt == '1':
140140
cxx.defines += ['NDEBUG']
141141

0 commit comments

Comments
 (0)