summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan.go b/scan.go
index 2b8ce71..d35dee4 100644
--- a/scan.go
+++ b/scan.go
@@ -50,7 +50,7 @@ func (r *repo) newScan() bool {
if r.status.CheckBranches() {
log.Warn("Branches are Perfect")
- r.dirtyLabel.SetText("PEFECT")
+ r.dirtyLabel.SetText("PERFECT")
return true
} else {
log.Warn("Branches are not Perfect")