Skip to content

Commit

Permalink
Typo fix: re-use -> reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jul 12, 2024
1 parent 2220c6c commit 76bf488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Changes1.0
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ Eggdrop Changes (since version 0.9)
- Channel chanmode overrun
Fixed by: zamf

- Tells OS it wants to be able to re-use listening port later
- Tells OS it wants to be able to reuse listening port later
Patch by: tris

- Uses ISON instead of PING to check for server stoned
Expand Down
2 changes: 1 addition & 1 deletion src/userrec.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void correct_handle(char *handle)
strcpy(handle, u->handle);
}

/* This will be useful in a lot of places, much more code re-use so we
/* This will be useful in a lot of places, much more code reuse so we
* endup with a smaller executable bot. <cybah>
*/
void clear_masks(maskrec *m)
Expand Down
2 changes: 1 addition & 1 deletion src/users.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ struct userrec *lookup_user_record(memberlist *, char *, char *);
struct userrec *check_chanlist(const char *);
memberlist *find_member_from_nick(char *);

/* All the default userentry stuff, for code re-use
/* All the default userentry stuff, for code reuse
*/
int def_unpack(struct userrec *u, struct user_entry *e);
int def_pack(struct userrec *u, struct user_entry *e);
Expand Down

0 comments on commit 76bf488

Please sign in to comment.