diff options
| author | jtc <jtc@NetBSD.org> | 1995-08-31 18:59:58 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-08-31 18:59:58 +0000 |
| commit | e9b2e388aa67292642ee336bf151ed5c2097e0e2 (patch) | |
| tree | 7045cba1c2fd6fcf5c0e45e4a28664429631c502 /gnu | |
| parent | abd78a8514877f56d01cbc93ca2a85d8412be70a (diff) | |
Fix typo. Use DEFAULT_CLASS instead of DEFAULT_CONFIDENTIAL for Class
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/send-pr/send-pr-el.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr-el.in b/gnu/usr.bin/send-pr/send-pr-el.in index 785597ac1ff..5ac5b5b022f 100644 --- a/gnu/usr.bin/send-pr/send-pr-el.in +++ b/gnu/usr.bin/send-pr/send-pr-el.in @@ -154,7 +154,7 @@ at runtime.") (` (("Category" send-pr::set-categories (, (or (gnats::get-config "DEFAULT_CATEGORY") nil)) enum) ("Class" (("sw-bug") ("doc-bug") ("change-request") ("support")) - (, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 0)) enum) + (, (or (gnats::get-config "DEFAULT_CLASS") 0)) enum) ("Confidential" (("yes") ("no")) (, (or (gnats::get-config "DEFAULT_CONFIDENTIAL") 1)) enum) ("Severity" (("non-critical") ("serious") ("critical")) |
