Browse code

Typo fix

Docker-DCO-1.1-Signed-off-by: Tom Fotherby <github@tomfotherby.com> (github: tomfotherby)

Tom Fotherby authored on 2014/07/08 18:01:26
Showing 1 changed files
... ...
@@ -84,7 +84,7 @@ history of the commands typed while in the container.
84 84
 
85 85
 > **Note:** 
86 86
 > Many tools used to edit files including `vi` and `sed --in-place` may result 
87
-> in a inode change. Since docker v1.1.0 this will produce a error such as
87
+> in an inode change. Since docker v1.1.0 this will produce an error such as
88 88
 > "*sed: cannot rename ./sedKdJ9Dy: Device or resource busy*". In the case where 
89 89
 > you want to edit the mounted file, it is often easiest to instead mount the 
90 90
 > parent directory.