Skip to content

Commit

Permalink
Fix typo (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian authored Jan 13, 2024
1 parent cfb5cf4 commit ba7fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cli/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func Main(configPtr *string, printDefaultConfigPtr *bool) {

err := iface.InitializeWater()
if err != nil {
log.Printf("Could not Reload network interface library (this may cause crashes): %v", err)
log.Printf("Could not initialize network interface library (this may cause crashes): %v", err)
}

client := clients.NewClient()
Expand Down

0 comments on commit ba7fff2

Please sign in to comment.