From d7d3d02cd050e65f3fc8f785fe8aacca93a3b2a6 Mon Sep 17 00:00:00 2001 From: Gulsum Gudukbay Akbulut Date: Wed, 26 Feb 2025 18:24:27 -0600 Subject: [PATCH] Corrected typo in README.md (#4387) * Corrected typo Corrected typo in line 119 prerequisities -> prerequisites * Corrected typo in README.md Corrected typo in line 119 prerequisities -> prerequisites --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b1ab11b..c2bddf045 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ bash install-prerequisites.sh # For ubuntu22.04 system cd ROCm/tools/rocm-build/docker/ubuntu22 cp * /tmp && cd /tmp -bash install-prerequisities.sh +bash install-prerequisites.sh # For ubuntu24.04 system cd ROCm/tools/rocm-build/docker/ubuntu24 cp * /tmp && cd /tmp