summaryrefslogtreecommitdiff
path: root/tour.go
diff options
context:
space:
mode:
Diffstat (limited to 'tour.go')
-rw-r--r--tour.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tour.go b/tour.go
index d74bef4..328af5e 100644
--- a/tour.go
+++ b/tour.go
@@ -179,7 +179,7 @@ func TourGo(state *BrowserState, conf *Config, pos string) error {
return Navigate(state, tour.Links[i], -1, conf)
}
-func TourSet(state *BrowserState, name string) error {
+func TourSelect(state *BrowserState, name string) error {
tour, err := findTour(state, name)
if err == nil {
state.CurrentTour = tour