Codebase list hamster-sidejack / b54d5cd
Add a patch to fix a spelling error Sophie Brun 3 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Sophie Brun <[email protected]>
1 Date: Wed, 17 Mar 2021 09:19:34 +0100
2 Subject: Fix spelling error
3
4 ---
5 src/hamster.c | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/src/hamster.c b/src/hamster.c
9 index 638eb2f..b2e170c 100644
10 --- a/src/hamster.c
11 +++ b/src/hamster.c
12 @@ -176,7 +176,7 @@ void myprox_destroy(struct MyProx *myprox)
13 void myprox_cookie_watcher(void *v_parms)
14 {
15 fpos_t position = {0};
16 - printf("begining thread\n");
17 + printf("beginning thread\n");
18 for (;;) {
19 coookiedb_read_file("hamster.txt", &position);
20 pixie_sleep(10*1000);
00 create-tmp-dir
11 edit-makefile
2 Fix-spelling-error.patch