Fossil SCM
correct typo in error msg
Commit
ce5eb4070225c2898f8c932ad4654020d25c3ff3
Parent
e124881a7080b64…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -784,11 +784,11 @@ | ||
| 784 | 784 | db_err("unable to find the name of a repository database"); |
| 785 | 785 | } |
| 786 | 786 | } |
| 787 | 787 | if( access(zDbName, R_OK) || file_size(zDbName)<1024 ){ |
| 788 | 788 | if( access(zDbName, 0) ){ |
| 789 | - fossil_panic("repository does not exists or" | |
| 789 | + fossil_panic("repository does not exist or" | |
| 790 | 790 | " is in an unreadable directory: %s", zDbName); |
| 791 | 791 | }else if( access(zDbName, R_OK) ){ |
| 792 | 792 | fossil_panic("read permission denied for repository %s", zDbName); |
| 793 | 793 | }else{ |
| 794 | 794 | fossil_panic("not a valid repository: %s", zDbName); |
| 795 | 795 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -784,11 +784,11 @@ | |
| 784 | db_err("unable to find the name of a repository database"); |
| 785 | } |
| 786 | } |
| 787 | if( access(zDbName, R_OK) || file_size(zDbName)<1024 ){ |
| 788 | if( access(zDbName, 0) ){ |
| 789 | fossil_panic("repository does not exists or" |
| 790 | " is in an unreadable directory: %s", zDbName); |
| 791 | }else if( access(zDbName, R_OK) ){ |
| 792 | fossil_panic("read permission denied for repository %s", zDbName); |
| 793 | }else{ |
| 794 | fossil_panic("not a valid repository: %s", zDbName); |
| 795 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -784,11 +784,11 @@ | |
| 784 | db_err("unable to find the name of a repository database"); |
| 785 | } |
| 786 | } |
| 787 | if( access(zDbName, R_OK) || file_size(zDbName)<1024 ){ |
| 788 | if( access(zDbName, 0) ){ |
| 789 | fossil_panic("repository does not exist or" |
| 790 | " is in an unreadable directory: %s", zDbName); |
| 791 | }else if( access(zDbName, R_OK) ){ |
| 792 | fossil_panic("read permission denied for repository %s", zDbName); |
| 793 | }else{ |
| 794 | fossil_panic("not a valid repository: %s", zDbName); |
| 795 |