Skip to content

Commit 6da4967

Browse files
Fix typo
1 parent 0118069 commit 6da4967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cloudstack-csi-driver/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
debug = flag.Bool("debug", false, "Enable debug logging")
2626
showVersion = flag.Bool("version", false, "Show version")
2727

28-
// Version is set by the build proces
28+
// Version is set by the build process
2929
version = ""
3030
isDevEnv = false
3131
)

cmd/cloudstack-csi-sc-syncer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
delete = flag.Bool("delete", false, "Delete")
2424
showVersion = flag.Bool("version", false, "Show version")
2525

26-
// Version is set by the build proces
26+
// Version is set by the build process
2727
version = ""
2828
)
2929

0 commit comments

Comments
 (0)