summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwith Rego2022-04-30 23:43:07 +0530
committerAshwith Rego2022-04-30 23:43:07 +0530
commit04916543bc8d150ba06c19dde3899c26b21215c8 (patch)
treefd7553211c33934772ca08f98fe183e028c407cf
parentbe09e95e4ff686a2b86823641cfa33c0b7e17134 (diff)
downloadnghdl-04916543bc8d150ba06c19dde3899c26b21215c8.tar.gz
nghdl-04916543bc8d150ba06c19dde3899c26b21215c8.tar.bz2
nghdl-04916543bc8d150ba06c19dde3899c26b21215c8.zip
fixed typo.
-rwxr-xr-xFedora/install-nghdl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Fedora/install-nghdl.sh b/Fedora/install-nghdl.sh
index a9d7c87..1fae9ab 100755
--- a/Fedora/install-nghdl.sh
+++ b/Fedora/install-nghdl.sh
@@ -93,7 +93,7 @@ function installDependency
# it is a dependency for nghdl so it makes sense to
# keep it here as well.
echo "Installing PyQt5......................................"
- sudfo dnf install -y python3-qt5
+ sudo dnf install -y python3-qt5
}