diff options
author | Volker Lendecke <vl@samba.org> | 2008-03-01 19:54:17 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-03-08 12:31:21 +0100 |
commit | 6a2dbea79433465518a47a275f3ed5fbaa887c1e (patch) | |
tree | 74a3b8140ae5286b9abc68f1264fa66beb68cdff | |
parent | 90300631ebf07af5760c54d3b611184b5b694445 (diff) | |
download | samba-6a2dbea79433465518a47a275f3ed5fbaa887c1e.tar.gz samba-6a2dbea79433465518a47a275f3ed5fbaa887c1e.tar.bz2 samba-6a2dbea79433465518a47a275f3ed5fbaa887c1e.zip |
Fix some typos
(This used to be commit cfa1b838144800c0758969921b8904fd62e46c07)
-rw-r--r-- | source3/libsmb/unexpected.c | 4 | ||||
-rw-r--r-- | source3/smbd/trans2.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/unexpected.c b/source3/libsmb/unexpected.c index 5fbc33cdf5..df4d2119e2 100644 --- a/source3/libsmb/unexpected.c +++ b/source3/libsmb/unexpected.c @@ -22,7 +22,7 @@ static TDB_CONTEXT *tdbd = NULL; -/* the key type used in the unexpeceted packet database */ +/* the key type used in the unexpected packet database */ struct unexpected_key { enum packet_type packet_type; time_t timestamp; @@ -32,7 +32,7 @@ struct unexpected_key { /**************************************************************************** All unexpected packets are passed in here, to be stored in a unexpected packet database. This allows nmblookup and other tools to receive packets - erroneoously sent to the wrong port by broken MS systems. + erroneously sent to the wrong port by broken MS systems. **************************************************************************/ void unexpected_packet(struct packet_struct *p) diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index dc908846b3..008ffed5a1 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -3189,7 +3189,7 @@ cap_low = 0x%x, cap_high = 0x%x\n", } DEBUG( 4,("call_trans2setfsinfo: " - "request transport encrption.\n")); + "request transport encryption.\n")); status = srv_request_encryption_setup(conn, (unsigned char **)ppdata, |