Replaced several occurences of the word "media" by "medium"

This commit is contained in:
2011-11-02 14:21:29 +00:00
parent f6d0a17b90
commit 5ca17a2bd9
9 changed files with 40 additions and 40 deletions

View File

@ -1807,7 +1807,7 @@ int Xorriso_option_commit(struct XorrisO *xorriso, int flag)
}
if(!(flag&2)) {
ret= Xorriso_reassure(xorriso, "-commit",
"write the pending image changes to media", 0);
"write the pending image changes to the medium", 0);
if(ret<=0)
{ret= 2; goto ex;}
}