aboutsummaryrefslogtreecommitdiffstats
path: root/README.dev
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-06-19 12:06:32 -0400
committerW. Trevor King <wking@drexel.edu>2009-06-19 12:06:32 -0400
commit8949c86542fcabbe1ddea8e9936c4436698654db (patch)
treefd92a7abb3d658e675cb81fa1b9a27bf8f7b65aa /README.dev
parent609333cf592ecc188a92295f8d582350db9a0d8e (diff)
downloadbugseverywhere-8949c86542fcabbe1ddea8e9936c4436698654db.tar.gz
Removed unused libbe/restconvert.py and fixed a typo in README.dev
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.dev b/README.dev
index 837fac1..644d965 100644
--- a/README.dev
+++ b/README.dev
@@ -61,7 +61,7 @@ for example implementations. The basic idea is to raise
cmdutil.GetCompletions(['list','of','possible','completions'])
once you've determined what that list should be.
-However, command completion is not critcal. The first priority is to
+However, command completion is not critical. The first priority is to
implement the target functionality, with fancy shell sugar coming
later. In recognition of this, cmdutil provides the default_complete
function which ensures that if '--complete' is any one of the