summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 2a78c06..47005b7 100644
--- a/surf.c
+++ b/surf.c
@@ -568,7 +568,7 @@ zoompage(Client *c, const Arg *arg) {
webkit_web_view_zoom_out(c->view);
else if(arg->i > 0) /* zoom in */
webkit_web_view_zoom_in(c->view);
- else /* absolute level */
+ else /* reset */
webkit_web_view_set_zoom_level(c->view, 1.0);
}