From fc3f4f49c6f081d0131765a1cb0e5f131c57eea4 Mon Sep 17 00:00:00 2001 From: Jul <9112511+julienbenjamin@users.noreply.github.com> Date: Tue, 14 May 2019 06:24:39 +0200 Subject: [PATCH] fixed typo --- Using-a-NTFS-disk-with-Linux-and-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```