typo fix
authorEnno Boland (tox) <tox@s01.de>
Mon, 7 Sep 2009 07:48:28 +0000 (09:48 +0200)
committerEnno Boland (tox) <tox@s01.de>
Mon, 7 Sep 2009 07:48:28 +0000 (09:48 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 2a78c06..47005b7 100644 (file)
--- 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);
 }