1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Fix some typos

(This used to be commit cfa1b83814)
This commit is contained in:
Volker Lendecke
2008-03-01 19:54:17 +01:00
parent 90300631eb
commit 6a2dbea794
2 changed files with 3 additions and 3 deletions

View File

@ -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)