Fossil SCM
ssl-config show typo fixes reported in [forum:/forumpost/dde10203ae3dfe36 | forum post dde10203ae3dfe36].
Commit
2d3bee3b67a0cd83c52f9679b92592798ece086f5b34129838758550ff4d0e94
Parent
9d98d861e559579…
1 file changed
+3
-3
+3
-3
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -1061,21 +1061,21 @@ | ||
| 1061 | 1061 | |
| 1062 | 1062 | fossil_print("ssl-ca-location: %s\n", db_get("ssl-ca-location","")); |
| 1063 | 1063 | if( verbose ){ |
| 1064 | 1064 | fossil_print("\n" |
| 1065 | 1065 | " This setting is the name of a file or directory that contains\n" |
| 1066 | - " the complete set of root certificates to used by Fossil when it\n" | |
| 1066 | + " the complete set of root certificates used by Fossil when it\n" | |
| 1067 | 1067 | " is acting as a SSL client. If defined, this setting takes\n" |
| 1068 | 1068 | " priority over built-in paths and environment variables\n\n" |
| 1069 | 1069 | ); |
| 1070 | 1070 | } |
| 1071 | 1071 | |
| 1072 | 1072 | fossil_print("ssl-identity: %s\n", db_get("ssl-identity","")); |
| 1073 | 1073 | if( verbose ){ |
| 1074 | 1074 | fossil_print("\n" |
| 1075 | 1075 | " This setting is the name of a file that contains the PEM-format\n" |
| 1076 | - " certificate and private-key used by Fossil clients to authentice\n" | |
| 1076 | + " certificate and private-key used by Fossil clients to authenticate\n" | |
| 1077 | 1077 | " with servers. Few servers actually require this, so this setting\n" |
| 1078 | 1078 | " is usually blank.\n\n" |
| 1079 | 1079 | ); |
| 1080 | 1080 | } |
| 1081 | 1081 | |
| @@ -1095,11 +1095,11 @@ | ||
| 1095 | 1095 | |
| 1096 | 1096 | fossil_print("ssl-cert-file: %s\n", db_get("ssl-cert-file","")); |
| 1097 | 1097 | fossil_print("ssl-key-file: %s\n", db_get("ssl-key-file","")); |
| 1098 | 1098 | if( verbose ){ |
| 1099 | 1099 | fossil_print("\n" |
| 1100 | - " This settings are the names of files that contin the certificate\n" | |
| 1100 | + " This settings are the names of files that contain the certificate\n" | |
| 1101 | 1101 | " private-key used by Fossil when it is acting as a server.\n\n" |
| 1102 | 1102 | ); |
| 1103 | 1103 | } |
| 1104 | 1104 | |
| 1105 | 1105 | db_prepare(&q, |
| 1106 | 1106 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -1061,21 +1061,21 @@ | |
| 1061 | |
| 1062 | fossil_print("ssl-ca-location: %s\n", db_get("ssl-ca-location","")); |
| 1063 | if( verbose ){ |
| 1064 | fossil_print("\n" |
| 1065 | " This setting is the name of a file or directory that contains\n" |
| 1066 | " the complete set of root certificates to used by Fossil when it\n" |
| 1067 | " is acting as a SSL client. If defined, this setting takes\n" |
| 1068 | " priority over built-in paths and environment variables\n\n" |
| 1069 | ); |
| 1070 | } |
| 1071 | |
| 1072 | fossil_print("ssl-identity: %s\n", db_get("ssl-identity","")); |
| 1073 | if( verbose ){ |
| 1074 | fossil_print("\n" |
| 1075 | " This setting is the name of a file that contains the PEM-format\n" |
| 1076 | " certificate and private-key used by Fossil clients to authentice\n" |
| 1077 | " with servers. Few servers actually require this, so this setting\n" |
| 1078 | " is usually blank.\n\n" |
| 1079 | ); |
| 1080 | } |
| 1081 | |
| @@ -1095,11 +1095,11 @@ | |
| 1095 | |
| 1096 | fossil_print("ssl-cert-file: %s\n", db_get("ssl-cert-file","")); |
| 1097 | fossil_print("ssl-key-file: %s\n", db_get("ssl-key-file","")); |
| 1098 | if( verbose ){ |
| 1099 | fossil_print("\n" |
| 1100 | " This settings are the names of files that contin the certificate\n" |
| 1101 | " private-key used by Fossil when it is acting as a server.\n\n" |
| 1102 | ); |
| 1103 | } |
| 1104 | |
| 1105 | db_prepare(&q, |
| 1106 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -1061,21 +1061,21 @@ | |
| 1061 | |
| 1062 | fossil_print("ssl-ca-location: %s\n", db_get("ssl-ca-location","")); |
| 1063 | if( verbose ){ |
| 1064 | fossil_print("\n" |
| 1065 | " This setting is the name of a file or directory that contains\n" |
| 1066 | " the complete set of root certificates used by Fossil when it\n" |
| 1067 | " is acting as a SSL client. If defined, this setting takes\n" |
| 1068 | " priority over built-in paths and environment variables\n\n" |
| 1069 | ); |
| 1070 | } |
| 1071 | |
| 1072 | fossil_print("ssl-identity: %s\n", db_get("ssl-identity","")); |
| 1073 | if( verbose ){ |
| 1074 | fossil_print("\n" |
| 1075 | " This setting is the name of a file that contains the PEM-format\n" |
| 1076 | " certificate and private-key used by Fossil clients to authenticate\n" |
| 1077 | " with servers. Few servers actually require this, so this setting\n" |
| 1078 | " is usually blank.\n\n" |
| 1079 | ); |
| 1080 | } |
| 1081 | |
| @@ -1095,11 +1095,11 @@ | |
| 1095 | |
| 1096 | fossil_print("ssl-cert-file: %s\n", db_get("ssl-cert-file","")); |
| 1097 | fossil_print("ssl-key-file: %s\n", db_get("ssl-key-file","")); |
| 1098 | if( verbose ){ |
| 1099 | fossil_print("\n" |
| 1100 | " This settings are the names of files that contain the certificate\n" |
| 1101 | " private-key used by Fossil when it is acting as a server.\n\n" |
| 1102 | ); |
| 1103 | } |
| 1104 | |
| 1105 | db_prepare(&q, |
| 1106 |