diff --git a/Using-a-NTFS-disk-with-Linux-and-Windows.md b/Using-a-NTFS-disk-with-Linux-and-Windows.md index e9be73e..b8c07cd 100644 --- a/Using-a-NTFS-disk-with-Linux-and-Windows.md +++ b/Using-a-NTFS-disk-with-Linux-and-Windows.md @@ -44,7 +44,7 @@ At the bottom of the file, add the following line (changing sda2, uid, and gid t /dev/sda2 /media/gamedisk ntfs uid=1000,gid=1000,rw,user,exec,umask=000 0 0 ``` -Reboot the computer for the changes to take affect: +Reboot the computer for the changes to take effect: ``` $ sudo reboot ```