Commit 820e446669735d37c11281ab1f6f6d22f152ad48

Stefan Sperling 2022-04-07T17:56:18

fix typo in comment: navicate -> navigate

1
2
3
4
5
6
7
8
9
10
11
12
13
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 ||