Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit de37a87

Browse files
author
Philip Whiteside
authored
Fix, spelling errors in comments
1 parent 48efa1d commit de37a87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/PuloV/ics-golang"
1414
)
1515

16-
// Config for user configuraiton used throughout
16+
// Config for user configuration used throughout
1717
type Config struct {
1818
ServerAPIPath string
1919
ServerAPIUser string
@@ -38,7 +38,7 @@ func main() {
3838
// READ command-line arguments to get config file path
3939
CliArguments := os.Args[1:]
4040
fmt.Println("Main() - CLI arguments loaded -", CliArguments)
41-
// Pass first CLI arugment as config file location
41+
// Pass first CLI argument as config file location
4242
config := LoadConfiguration(CliArguments[0])
4343
// LoadICAL and return current event summary ON/OFF
4444
desiredStatus := LoadICAL(config)

0 commit comments

Comments
 (0)