Fossil SCM
Minor grammar correction in comment, no functional change.
Commit
f8b0a3e8cd88d6a90ff3c90d077a091d16d099bb
Parent
57f19bf5b1da3c7…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -878,11 +878,11 @@ | ||
| 878 | 878 | } |
| 879 | 879 | return zReturn; |
| 880 | 880 | } |
| 881 | 881 | |
| 882 | 882 | /* |
| 883 | -** Look for a multiple occurrences of a command-line option with the | |
| 883 | +** Look for multiple occurrences of a command-line option with the | |
| 884 | 884 | ** corresponding argument. |
| 885 | 885 | ** |
| 886 | 886 | ** Return a malloc allocated array of pointers to the arguments. |
| 887 | 887 | ** |
| 888 | 888 | ** pnUsedArgs is used to store the number of matched arguments. |
| 889 | 889 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -878,11 +878,11 @@ | |
| 878 | } |
| 879 | return zReturn; |
| 880 | } |
| 881 | |
| 882 | /* |
| 883 | ** Look for a multiple occurrences of a command-line option with the |
| 884 | ** corresponding argument. |
| 885 | ** |
| 886 | ** Return a malloc allocated array of pointers to the arguments. |
| 887 | ** |
| 888 | ** pnUsedArgs is used to store the number of matched arguments. |
| 889 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -878,11 +878,11 @@ | |
| 878 | } |
| 879 | return zReturn; |
| 880 | } |
| 881 | |
| 882 | /* |
| 883 | ** Look for multiple occurrences of a command-line option with the |
| 884 | ** corresponding argument. |
| 885 | ** |
| 886 | ** Return a malloc allocated array of pointers to the arguments. |
| 887 | ** |
| 888 | ** pnUsedArgs is used to store the number of matched arguments. |
| 889 |