diff options
author | Tim Potter <tpot@samba.org> | 2001-06-22 01:58:19 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-22 01:58:19 +0000 |
commit | 5f4889beb9311fd3912c3dfccf18fc9ab22b964c (patch) | |
tree | b06aa1d74b6d0da6dbc99ec260ee67a6c86ee198 | |
parent | 7a96ca313e2f6b5ad8a713babd3cac0bbcc4c399 (diff) | |
download | samba-5f4889beb9311fd3912c3dfccf18fc9ab22b964c.tar.gz samba-5f4889beb9311fd3912c3dfccf18fc9ab22b964c.tar.xz samba-5f4889beb9311fd3912c3dfccf18fc9ab22b964c.zip |
Spelling fix.
-rw-r--r-- | source/lib/talloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/talloc.c b/source/lib/talloc.c index 85dd7b5b12d..e83369f379e 100644 --- a/source/lib/talloc.c +++ b/source/lib/talloc.c @@ -35,7 +35,7 @@ #include "includes.h" -/* initialissa talloc context. */ +/* initialise talloc context. */ TALLOC_CTX *talloc_init(void) { TALLOC_CTX *t; |