File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4- // keywords that can have multiple comma-separated argments per line but cannot be repeated over multiple lines,
4+ // keywords that can have multiple comma-separated arguments per line but cannot be repeated over multiple lines,
55// as subsequent entries are ignored, should be represented as arrays
66pub const MULTI_ARG_KEYWORDS_COMMA_SEP : [ & str ; 10 ] = [
77 "authenticationmethods" ,
@@ -16,7 +16,7 @@ pub const MULTI_ARG_KEYWORDS_COMMA_SEP: [&str; 10] = [
1616 "pubkeyacceptedalgorithms"
1717] ;
1818
19- // keywords that can have multiple space-separated argments per line but cannot be repeated over multiple lines,
19+ // keywords that can have multiple space-separated arguments per line but cannot be repeated over multiple lines,
2020// as subsequent entries are ignored, should be represented as arrays
2121pub const MULTI_ARG_KEYWORDS_SPACE_SEP : [ & str ; 11 ] = [
2222 "acceptenv" ,
You can’t perform that action at this time.
0 commit comments