aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-01-03 22:49:58 +0000
committerGuy Harris <guy@alum.mit.edu>2006-01-03 22:49:58 +0000
commit21c0c928b763cf54a1b2572eeafe369e84552118 (patch)
tree8482fa9b0e0345450366419f8ccf797fc4d57744
parentd74d5995e2b0dca06c8a29a3a6f97b79e03a6d3d (diff)
Fix a typo in a comment.
svn path=/trunk/; revision=16935
-rw-r--r--epan/dissectors/packet-windows-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-windows-common.h b/epan/dissectors/packet-windows-common.h
index ef9da37bbf..d4010066cd 100644
--- a/epan/dissectors/packet-windows-common.h
+++ b/epan/dissectors/packet-windows-common.h
@@ -52,7 +52,7 @@
#define SMBE_badshare 32 /* Share mode on file conflict with open mode */
#define SMBE_lock 33 /* Lock request conflicts with existing lock */
#define SMBE_unsup 50 /* Request unsupported, returned by Win 95, RJS 20Jun98 */
-#define SMBE_nosuchshare 67 /* Share does not exits */
+#define SMBE_nosuchshare 67 /* Share does not exist */
#define SMBE_filexists 80 /* File in operation already exists */
#define SMBE_invalidparam 87 /* Invalid parameter */
#define SMBE_cannotopen 110 /* Cannot open the file specified */