aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 02:38:52 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 02:38:52 +0000
commita6e56df8b683bb696655c331f64f22abc8f36af4 (patch)
treeb21cee2fefd1e6c9a65348c355761bdd776459f3 /tools/ncp2222.py
parentb320eb3d971372d1293a5c072b2cb4b4e2300a0e (diff)
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47898
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index 1e64122dd2..f1bc4f2ef2 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -3394,7 +3394,7 @@ RemoveOpenRights = bitfield8("remove_open_rights", "Remove Open Rights", [
bf_boolean8(0x40, "remove_open_rights_write_thru", "Write Through"),
])
RenameFlag = bitfield8("rename_flag", "Rename Flag", [
- bf_boolean8(0x01, "rename_flag_ren", "Rename to Myself allows file to be renamed to it's original name"),
+ bf_boolean8(0x01, "rename_flag_ren", "Rename to Myself allows file to be renamed to its original name"),
bf_boolean8(0x02, "rename_flag_comp", "Compatibility allows files that are marked read only to be opened with read/write access"),
bf_boolean8(0x04, "rename_flag_no", "Name Only renames only the specified name space entry name"),
])