fix typo in comment: navicate -> navigate
diff --git a/gotweb/gotweb.c b/gotweb/gotweb.c
index 7107881..d1549fb 100644
--- a/gotweb/gotweb.c
+++ b/gotweb/gotweb.c
@@ -3564,7 +3564,7 @@ gw_get_commits(struct gw_trans * gw_trans, struct gw_header *header,
/*
* check for one more commit before breaking,
- * so we know whether to navicate through gw_briefs
+ * so we know whether to navigate through gw_briefs
* gw_commits and gw_summary
*/
if (chk_next && (gw_trans->action == GW_BRIEFS ||