Skip to content

Commit 856249c

Browse files
bk2204gitster
authored andcommitted
docs: use "currently" for the present time
In many languages, the adverb with the root "actual" means "at the present time." However, this usage is considered dated or even archaic in English, and for referring to events occurring at the present time, we usually prefer "currently" or "presently". "Actually" is commonly used in modern English only for the meaning of "in fact" or to express a contrast with what is expected. Since the documentation refers to the available options at the present time (that is, at the time of writing) instead of drawing a contrast, let's switch to "currently," which both is commonly used and sounds less formal than "presently." Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 13d9919 commit 856249c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config/http.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ http.saveCookies::
7171
http.version::
7272
Use the specified HTTP protocol version when communicating with a server.
7373
If you want to force the default. The available and default version depend
74-
on libcurl. Actually the possible values of
74+
on libcurl. Currently the possible values of
7575
this option are:
7676

7777
- HTTP/2
@@ -84,7 +84,7 @@ http.sslVersion::
8484
particular configuration of the crypto library in use. Internally
8585
this sets the 'CURLOPT_SSL_VERSION' option; see the libcurl
8686
documentation for more details on the format of this option and
87-
for the ssl version supported. Actually the possible values of
87+
for the ssl version supported. Currently the possible values of
8888
this option are:
8989

9090
- sslv2

0 commit comments

Comments
 (0)