Skip to content

Commit 5bf253e

Browse files
authored
fix typo (#42722)
1 parent 6aa181d commit 5bf253e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/tools/azure-sdk-tools/packaging_tools/sdk_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,11 @@ def main(generate_input, generate_output):
268268
except Exception as e:
269269
_LOGGER.error(f"Fail to generate sdk for {readme_or_tsp}: {str(e)}")
270270
for hint_message in [
271-
"======================================= Whant Can I do (begin) ========================================================================",
271+
"======================================= What Can I do (begin) ========================================================================",
272272
f"Fail to generate sdk for {readme_or_tsp}. If you are from service team, please first check if the failure happens only to Python automation, or for all SDK automations. ",
273273
"If it happens for all SDK automations, please double check your Swagger / Typespec, and check whether there is error in ModelValidation and LintDiff. ",
274274
"If it happens to Python alone, you can open an issue to https://github.com/microsoft/typespec/issues. Please include the link of this Pull Request in the issue.",
275-
"======================================= Whant Can I do (end) =========================================================================",
275+
"======================================= What Can I do (end) =========================================================================",
276276
]:
277277
_LOGGER.error(hint_message)
278278
if len(readme_and_tsp) == 1:

0 commit comments

Comments
 (0)