Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-02-20 20:54:08 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2018-02-20 20:54:08 +0300
commit4af0823280c8e4fd13157b2ef6045699f892fd48 (patch)
tree9d5fa6bd8d559c84598cb9d1f753e4bf14ec4346 /calm/hint.py
parentbc383cb62deaa19520aaf6816c607b0510a751eb (diff)
Fix typo
Diffstat (limited to 'calm/hint.py')
-rwxr-xr-xcalm/hint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/hint.py b/calm/hint.py
index f5d7419..f6c8f47 100755
--- a/calm/hint.py
+++ b/calm/hint.py
@@ -84,7 +84,7 @@ hintkeys[pvr] = merge_dicts(commonkeys, {
'obsoletes': 'optval',
'test': 'noval', # mark the package as a test version
'version': 'val', # version override
- 'disble-check': 'val',
+ 'disable-check': 'val',
})
hintkeys[override] = merge_dicts(versionkeys, overridekeys)