aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5b76871..7a0749e 100644
--- a/main.go
+++ b/main.go
@@ -82,7 +82,7 @@ func run() error {
}
if success := state.Fetch(); success == 0 {
- return fmt.Errorf("No successfull feed fetch.")
+ return fmt.Errorf("No successful feed fetch.")
}
state.Filter()