Skip to content

Commit d1d0658

Browse files
committed
fix typo
1 parent f0eec6c commit d1d0658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/sshdconfig/src/metadata.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
66
pub 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
2121
pub const MULTI_ARG_KEYWORDS_SPACE_SEP: [&str; 11] = [
2222
"acceptenv",

0 commit comments

Comments
 (0)