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 | 147af5f3186e5896c59602e5fba5a27673910c8a (patch) | |
tree | 583c991b90cb7a39694ef614a362c87b6e90a078 | |
parent | 1cce779d7723da5dc1ad68b5f7715e6ea3bfb0b8 (diff) | |
download | samba-147af5f3186e5896c59602e5fba5a27673910c8a.tar.gz samba-147af5f3186e5896c59602e5fba5a27673910c8a.tar.bz2 samba-147af5f3186e5896c59602e5fba5a27673910c8a.zip |
Spelling fix.
(This used to be commit 5f4889beb9311fd3912c3dfccf18fc9ab22b964c)
-rw-r--r-- | source3/lib/talloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c index 85dd7b5b12..e83369f379 100644 --- a/source3/lib/talloc.c +++ b/source3/lib/talloc.c @@ -35,7 +35,7 @@ #include "includes.h" -/* initialissa talloc context. */ +/* initialise talloc context. */ TALLOC_CTX *talloc_init(void) { TALLOC_CTX *t; |