diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-15 09:25:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:23:08 -0500 |
commit | 2bb9fa28754b8575c5926646c1a6221475d24dcc (patch) | |
tree | 7d2771db0d14a5734359c70fa9c8a4f8b46b80c4 | |
parent | 4f62205cad46539cc459efe106c0a036f08ed0b9 (diff) | |
download | samba-2bb9fa28754b8575c5926646c1a6221475d24dcc.tar.gz samba-2bb9fa28754b8575c5926646c1a6221475d24dcc.tar.bz2 samba-2bb9fa28754b8575c5926646c1a6221475d24dcc.zip |
r8487: kfixed a typo
(This used to be commit adae47c829fd157afa0011d29e5969d883a0956e)
-rw-r--r-- | source4/smb_server/smb_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h index a8e9d7ed34..e6f9792f04 100644 --- a/source4/smb_server/smb_server.h +++ b/source4/smb_server/smb_server.h @@ -28,7 +28,7 @@ sockets, tree connects, requests etc the idea is that we will eventually get rid of all our global - variables and instead store our stang from structures hanging off + variables and instead store our state from structures hanging off these basic elements */ |