Skip to content

Commit 91f71a8

Browse files
authored
FIX: correcting typo in docker notebook
1 parent 3017261 commit 91f71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/introduction_docker.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
" # Import docker image on another PC\n",
193193
" docker load --input nipype_tutorial.tar\n",
194194
" \n",
195-
"It might be possible that you run into administrator privileges isssues because you ran your docker command with ``sudo``. This means that òther users don't have access rights to ``nipype_tutorial.tar``. To avoid this, just change the rights of ``nipype_tutorial.tar`` with the command:\n",
195+
"It might be possible that you run into administrator privileges isssues because you ran your docker command with ``sudo``. This means that other users don't have access rights to ``nipype_tutorial.tar``. To avoid this, just change the rights of ``nipype_tutorial.tar`` with the command:\n",
196196
"\n",
197197
" sudo chmod 777 nipype_tutorial.tar"
198198
]

0 commit comments

Comments
 (0)