@@ -84,7 +84,7 @@ to providers or pools created after the defaults are set. For example::
8484
8585Every subsequently created disjoint pool will use ``custom `` as its name unless
8686overridden by explicit parameters. Defaults may be supplied programmatically or
87- via configuration and are saved internally and applied during initalization of
87+ via configuration and are saved internally and applied during initialization of
8888a matching provider or pool.
8989
9090Environment variables
@@ -346,7 +346,7 @@ Disjoint pool (``disjoint``)
346346 provider.
347347 :type bytes: ``size_t ``
348348
349- **Access: ** read-write. (write is only avaiable through defaults)
349+ **Access: ** read-write. (write is only available through defaults)
350350 **Defaults / Env: ** supported.
351351
352352 Governs how much memory the pool grabs in each slab. Lower values reduce
@@ -359,7 +359,7 @@ Disjoint pool (``disjoint``)
359359 cached by the pool.
360360 :type bytes: ``size_t ``
361361
362- **Access: ** read-write. (write is only avaiable through defaults)
362+ **Access: ** read-write. (write is only available through defaults)
363363 **Defaults / Env: ** supported.
364364
365365 Sets the cut-off for pooling allocations. Requests larger than this value are
@@ -372,7 +372,7 @@ Disjoint pool (``disjoint``)
372372 may retain.
373373 :type count: ``size_t ``
374374
375- **Access: ** read-write. (write is only avaiable through defaults)
375+ **Access: ** read-write. (write is only available through defaults)
376376 **Defaults / Env: ** supported.
377377
378378 Caps the pool's cached slabs per bucket to limit memory retention. Shrinking
@@ -385,7 +385,7 @@ Disjoint pool (``disjoint``)
385385 serve.
386386 :type bytes: ``size_t ``
387387
388- **Access: ** read-write. (write is only avaiable through defaults)
388+ **Access: ** read-write. (write is only available through defaults)
389389 **Defaults / Env: ** supported.
390390
391391 Controls the smallest chunk size kept in the pool, which in turn affects the
@@ -397,7 +397,7 @@ Disjoint pool (``disjoint``)
397397 :param level: Receives or supplies the tracing level for the pool.
398398 :type level: ``int `` (``0 `` disables tracing)
399399
400- **Access: ** read-write. (write is only avaiable through defaults)
400+ **Access: ** read-write. (write is only available through defaults)
401401 **Defaults / Env: ** supported.
402402
403403 Controls the disjoint pool's tracing features. ``0 `` disables tracing.
0 commit comments