Skip to content

Commit

Permalink
Typo fix (#1123)
Browse files Browse the repository at this point in the history
"sumbit" => "submit".  Also capitalize "cli" in the same message.
  • Loading branch information
comex committed Jul 9, 2023
1 parent d3f0546 commit 482b64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/vcpkg/base/message-data.inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ DECLARE_MESSAGE(BuildTroubleshootingMessageGH,
(),
"Another part of build troubleshooting message, printed after the URI. An alternative version to "
"create an issue in some cases.",
"You can also sumbit an issue by running (GitHub cli must be installed):")
"You can also submit an issue by running (GitHub CLI must be installed):")
DECLARE_MESSAGE(
BuildTroubleshootingMessage3,
(msg::package_name),
Expand Down
2 changes: 1 addition & 1 deletion locales/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"_BuildTroubleshootingMessage3.comment": "Third part of build troubleshooting message, printed after the URI to file a bug but before version information about vcpkg itself. An example of {package_name} is zlib.",
"BuildTroubleshootingMessage4": "Please use the prefilled template from {path} when reporting your issue.",
"_BuildTroubleshootingMessage4.comment": "Fourth optional part of build troubleshooting message, printed after the versioninformation about vcpkg itself. An example of {path} is /foo/bar.",
"BuildTroubleshootingMessageGH": "You can also sumbit an issue by running (GitHub cli must be installed):",
"BuildTroubleshootingMessageGH": "You can also submit an issue by running (GitHub CLI must be installed):",
"_BuildTroubleshootingMessageGH.comment": "Another part of build troubleshooting message, printed after the URI. An alternative version to create an issue in some cases.",
"BuildingFromHead": "Building {spec} from HEAD...",
"_BuildingFromHead.comment": "'HEAD' means the most recent version of source code An example of {spec} is zlib:x64-windows.",
Expand Down

0 comments on commit 482b64d

Please sign in to comment.