mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-15 14:21:13 +02:00
23482: more typos
This commit is contained in:
parent
a755310d20
commit
3fbbdf245b
3 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
2007-05-29 Peter Stephenson <pws@csr.com>
|
2007-05-29 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* 23482: Src/Modules/tcp.c, Src/Zle/complete.c: more typos.
|
||||||
|
|
||||||
* unposted: Doc/Zsh/mod_stat.yo: typo.
|
* unposted: Doc/Zsh/mod_stat.yo: typo.
|
||||||
|
|
||||||
* Phil Pennock: 23480: Src/parse.c: typo in =~ handling.
|
* Phil Pennock: 23480: Src/parse.c: typo in =~ handling.
|
||||||
|
|
|
@ -722,7 +722,7 @@ cleanup_(Module m)
|
||||||
{
|
{
|
||||||
tcp_cleanup();
|
tcp_cleanup();
|
||||||
freelinklist(ztcp_sessions, (FreeFunc) ztcp_free_session);
|
freelinklist(ztcp_sessions, (FreeFunc) ztcp_free_session);
|
||||||
return setfeatureeanbles(m->nam, &module_features, NULL);
|
return setfeatureenables(m->nam, &module_features, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|
|
@ -1541,7 +1541,7 @@ cleanup_(Module m)
|
||||||
deletehookfunc("invalidate_list", (Hookfn) invalidate_list);
|
deletehookfunc("invalidate_list", (Hookfn) invalidate_list);
|
||||||
deletehookdefs(m->nam, comphooks, sizeof(comphooks)/sizeof(*comphooks));
|
deletehookdefs(m->nam, comphooks, sizeof(comphooks)/sizeof(*comphooks));
|
||||||
deletewrapper(m, wrapper);
|
deletewrapper(m, wrapper);
|
||||||
return seteatureenables(m->nam, &module_features, NULL);
|
return setfeatureenables(m->nam, &module_features, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|
Loading…
Reference in a new issue