aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/ncp2222.py
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-20 00:09:02 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-20 00:09:02 +0000
commitc0e92cbc0495362413ae2aec0ba5a01d38708827 (patch)
treefa7369f1e31dc5b2b27473e8b675c1352a9e85ad /epan/dissectors/ncp2222.py
parent3bb0df12f5425be7d80bb3612b8bd95ecf8402e4 (diff)
Fix various typos and spelling errors (mostly in text strings)
svn path=/trunk/; revision=27065
Diffstat (limited to 'epan/dissectors/ncp2222.py')
-rwxr-xr-xepan/dissectors/ncp2222.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/ncp2222.py b/epan/dissectors/ncp2222.py
index 48db633d2b..c0db257ca5 100755
--- a/epan/dissectors/ncp2222.py
+++ b/epan/dissectors/ncp2222.py
@@ -5322,7 +5322,7 @@ def define_errors():
errors[0x0107] = "Invalid Number of Minutes to Delay"
errors[0x0108] = "Invalid Start or Network Number"
errors[0x0109] = "Cannot Obtain License"
- errors[0x010a] = "No Purgable Files Available"
+ errors[0x010a] = "No Purgeable Files Available"
errors[0x0200] = "One or more clients in the send list are not logged in"
errors[0x0201] = "Queue server cannot attach"
@@ -5426,7 +5426,7 @@ def define_errors():
errors[0x9f00] = "The request attempted to delete a directory that is in use by another client"
errors[0xa000] = "The request attempted to delete a directory that is not empty"
- errors[0xa100] = "An unrecoverable error occured on the affected directory"
+ errors[0xa100] = "An unrecoverable error occurred on the affected directory"
errors[0xa200] = "The request attempted to read from a file region that is physically locked"
errors[0xa201] = "I/O Lock Error"