From df857e0a35398d2a0bf21dccaa2811fe741685c3 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Sat, 5 Nov 2022 08:42:11 -0500 Subject: [PATCH] fix typo in docs Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: d2e3dee868efbd47d81b6dde882871e0a101f2d9] --- projects/rocprofiler-compute/src/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/src/docs/installation.md b/projects/rocprofiler-compute/src/docs/installation.md index 5a5b83dd38..7b861adf87 100644 --- a/projects/rocprofiler-compute/src/docs/installation.md +++ b/projects/rocprofiler-compute/src/docs/installation.md @@ -77,7 +77,7 @@ $ make install ```{tip} You may require `sudo` during the final install step if you -do not have write access to the chose install path. +do not have write access to the chosen install path. ```