From e1d23eda6666296c7d46885668686407bdcfbdbe Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine <4302519+difyrrwrzd@users.noreply.github.com> Date: Thu, 30 May 2024 08:01:41 +0900 Subject: [PATCH] chore: update Doxyfile (#162) efficively -> effectively Authors: - Ikko Eltociear Ashimine (https://github.com/eltociear) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/cuvs/pull/162 --- cpp/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/doxygen/Doxyfile b/cpp/doxygen/Doxyfile index 614cf43..2459d52 100644 --- a/cpp/doxygen/Doxyfile +++ b/cpp/doxygen/Doxyfile @@ -454,7 +454,7 @@ LOOKUP_CACHE_SIZE = 0 # than 0 to get more control over the balance between CPU load and processing # speed. At this moment only the input processing can be done using multiple # threads. Since this is still an experimental feature the default is set to 1, -# which efficively disables parallel processing. Please report any issues you +# which effectively disables parallel processing. Please report any issues you # encounter. Generating dot graphs in parallel is controlled by the # DOT_NUM_THREADS setting. # Minimum value: 0, maximum value: 32, default value: 1.