summaryrefslogtreecommitdiff
path: root/networkQuality.go
diff options
context:
space:
mode:
Diffstat (limited to 'networkQuality.go')
-rw-r--r--networkQuality.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkQuality.go b/networkQuality.go
index 217ee6a..e5e3631 100644
--- a/networkQuality.go
+++ b/networkQuality.go
@@ -105,7 +105,7 @@ func main() {
if *calculateExtendedStats && !extendedstats.ExtendedStatsAvailable() {
*calculateExtendedStats = false
- fmt.Printf("Warning: Calculation of extended statics was requested but they are not supported on this platform.\n")
+ fmt.Printf("Warning: Calculation of extended statistics was requested but they are not supported on this platform.\n")
}
if err := config.Get(configHostPort, *configPath); err != nil {