Skip to content

Commit

Permalink
fix typo 'satify' -> 'satisfy'
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Jan 25, 2025
1 parent 539c859 commit 2afff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zigSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ async function updateStatus(context: vscode.ExtensionContext): Promise<void> {

void vscode.window
.showWarningMessage(
`Your Zig version '${zigVersion.toString()}' does not satify the minimum Zig version '${buildZigZonMetadata.minimumZigVersion.toString()}' of your project.`,
`Your Zig version '${zigVersion.toString()}' does not satisfy the minimum Zig version '${buildZigZonMetadata.minimumZigVersion.toString()}' of your project.`,
"update Zig",
"open build.zig.zon",
)
Expand Down

0 comments on commit 2afff4f

Please sign in to comment.