diff --git a/content/quickstarts/for_maclinux_users.md b/content/quickstarts/for_maclinux_users.md
index a10c8640e6b4396564c1f4b498caacb061698c3b..a808f71056e0e554bad1eb8284b90d6fca5e144c 100644
--- a/content/quickstarts/for_maclinux_users.md
+++ b/content/quickstarts/for_maclinux_users.md
@@ -44,7 +44,7 @@ File Transferring with HCC Supercomputers
 ### Using the SCP command
 
 For Mac/Linux users, file transferring between your personal computer
-and the HCC supercomputers can be achieved through the commend `scp`.
+and the HCC supercomputers can be achieved through the command `scp`.
 Here we use **Tusker** for example. **The following commands should be
 executed from your computer. **
 
@@ -54,7 +54,7 @@ executed from your computer. **
 $ scp -r ./<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
 {{< /highlight >}}
 
-The above commend line transfers a folder from the current directory
+The above command line transfers a folder from the current directory
 (`./`) of the your computer to the `$WORK` directory of the HCC
 supercomputer, Tusker. Note that you need to replace `<group name>`
 and `<username>` with your HCC group name and username. 
@@ -65,7 +65,7 @@ and `<username>` with your HCC group name and username. 
 $ scp -r <username>@tusker.unl.edu:/work/<group name>/<username>/<folder name> ./
 {{< /highlight >}}
 
-The above commend line transfers a folder from the `$WORK` directory of
+The above command line transfers a folder from the `$WORK` directory of
 the HCC supercomputer, Tusker, to the current directory (`./`) of the
 your computer.
 
diff --git a/content/quickstarts/for_windows_users.md b/content/quickstarts/for_windows_users.md
index d7fb4d67abbad05231d4edc4d25e7b3f2bb15d50..508fdfaec8af11846ad6c24d2ff98df18e613658 100644
--- a/content/quickstarts/for_windows_users.md
+++ b/content/quickstarts/for_windows_users.md
@@ -12,7 +12,7 @@ weight = "20"
 - [Access to HCC Supercomputers] (#access-to-hcc-supercomputers)
  - [For Windows 10 Users](#windows-10)
  - [For Windows 7 and 8.1 Users](#windows-7-and-8-1)
-- [File Transferring with HCC Supercomputers] (#file-transfering)
+- [File Transferring with HCC Supercomputers] (#file-transferring)
  - [SCP - Command Line] (#scp)
  - [WinSCP - GUI] (#winscp)
 - [Tutorial Video](#tutorial-video)
@@ -36,7 +36,7 @@ should be replaced by your HCC account username. If you do not have a
 HCC account, please contact a HCC specialist
 ({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
 or go to http://hcc.unl.edu/newusers.
-To use the **Crane** cluster, replace tusker.unl.edu with with crane.unl.edu.
+To use the **Crane** cluster, replace tusker.unl.edu with crane.unl.edu.
 
 {{< highlight bash >}}
 C:\> ssh <username>@tusker.unl.edu
@@ -117,7 +117,7 @@ For best results when transfering data to and from the clusters, refer to [Handl
 ### SCP
 
 For Windows users, file transferring between your personal computer
-and the HCC supercomputers can be achieved through the commend `scp`.
+and the HCC supercomputers can be achieved through the command `scp`.
 Here we use **Tusker** for example. **The following commands should be
 executed from your computer. **
 
@@ -127,7 +127,7 @@ executed from your computer. **
 C:\> scp -r .\<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
 {{< /highlight >}}
 
-The above commend line transfers a folder from the current directory
+The above command line transfers a folder from the current directory
 (`.\`) of the your computer to the `$WORK` directory of the HCC
 supercomputer, Tusker. Note that you need to replace `<group name>`
 and `<username>` with your HCC group name and username. 
@@ -138,7 +138,7 @@ and `<username>` with your HCC group name and username. 
 C:\> scp -r <username>@tusker.unl.edu:/work/<group name>/<username>/<folder name> .\
 {{< /highlight >}}
 
-The above commend line transfers a folder from the `$WORK` directory of
+The above command line transfers a folder from the `$WORK` directory of
 the HCC supercomputer, Tusker, to the current directory (`.\`) of the
 your computer.