Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter committed Dec 3, 2016
1 parent a7fd74b commit a096d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vncgl/vncgl.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func connect(imgs chan *image.RGBA) (*vncclient.ClientConn, error) {
log.Infof("sleeping: %v", delta)
time.Sleep(delta)
} else {
log.Infof("full behind by: %v", delta)
log.Infof("fell behind by: %v", delta)
}
}
}

0 comments on commit a096d08

Please sign in to comment.