Fossil SCM
fix typo
Commit
a61fe7b87876b06b0430be8ab2660b6f44e1b6cb
Parent
9cd2c42e79a2fee…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -872,11 +872,11 @@ | ||
| 872 | 872 | if( g.repositoryOpen ){ |
| 873 | 873 | return; |
| 874 | 874 | } |
| 875 | 875 | rep_not_found: |
| 876 | 876 | if( errIfNotFound ){ |
| 877 | - fossil_fatal("use --repository or -R to specific the repository database"); | |
| 877 | + fossil_fatal("use --repository or -R to specify the repository database"); | |
| 878 | 878 | } |
| 879 | 879 | } |
| 880 | 880 | |
| 881 | 881 | /* |
| 882 | 882 | ** Open the local database. If unable, exit with an error. |
| 883 | 883 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -872,11 +872,11 @@ | |
| 872 | if( g.repositoryOpen ){ |
| 873 | return; |
| 874 | } |
| 875 | rep_not_found: |
| 876 | if( errIfNotFound ){ |
| 877 | fossil_fatal("use --repository or -R to specific the repository database"); |
| 878 | } |
| 879 | } |
| 880 | |
| 881 | /* |
| 882 | ** Open the local database. If unable, exit with an error. |
| 883 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -872,11 +872,11 @@ | |
| 872 | if( g.repositoryOpen ){ |
| 873 | return; |
| 874 | } |
| 875 | rep_not_found: |
| 876 | if( errIfNotFound ){ |
| 877 | fossil_fatal("use --repository or -R to specify the repository database"); |
| 878 | } |
| 879 | } |
| 880 | |
| 881 | /* |
| 882 | ** Open the local database. If unable, exit with an error. |
| 883 |