mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
typo
This commit is contained in:
parent
4386cba273
commit
c351ac51f8
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ tr_errorString( int code )
|
|||
case TR_ERROR_IO_PARENT:
|
||||
return "Download folder does not exist";
|
||||
case TR_ERROR_IO_PERMISSIONS:
|
||||
return "Unsufficient permissions";
|
||||
return "Insufficient permissions";
|
||||
case TR_ERROR_IO_OTHER:
|
||||
return "Generic I/O error";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue