Skip to content

Commit dcc900f

Browse files
committed
fix syntax error
1 parent 4917919 commit dcc900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpt-configure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ The overall number of requests with a given proxy/host combination is
558558
``$CVMFS_MAX_RETRIES``\ +1. ``CVMFS_BACKOFF_INIT`` sets the maximum
559559
initial backoff (time) in seconds. The actual initial backoff is picked with
560560
milliseconds precision randomly in the interval
561-
:math:`[1, \text{\$CVMFS_BACKOFF_INIT}\cdot 1000]`. With every retry,
561+
:math:`[1, \text{\$CVMFS\_BACKOFF\_INIT}\cdot 1000]`. With every retry,
562562
the backoff is then doubled.
563563

564564
DNS Nameserver Changes

0 commit comments

Comments
 (0)