Fossil SCM
Squished a few more "the the" grammar errors in comments
Commit
40521155c3f62887f5154b1e018cb19954ab8cd85f7f36ede6bb13eeca072624
Parent
5b4d2df00cf51fe…
3 files changed
+1
-1
+1
-1
+1
-1
+1
-1
| --- src/fossil.confirmer.js | ||
| +++ src/fossil.confirmer.js | ||
| @@ -35,11 +35,11 @@ | ||
| 35 | 35 | .timeout = Number of milliseconds to wait for confirmation. |
| 36 | 36 | Default=3000. Alternately, use a combination of .ticks and |
| 37 | 37 | .ticktime. |
| 38 | 38 | |
| 39 | 39 | .onconfirm = function to call when clicked in confirm mode. Default |
| 40 | - = undefined. The function's "this" is the the DOM element to which | |
| 40 | + = undefined. The function's "this" is the DOM element to which | |
| 41 | 41 | the countdown applies. |
| 42 | 42 | |
| 43 | 43 | .ontimeout = function to call when confirm is not issued. Default = |
| 44 | 44 | undefined. The function's "this" is the DOM element to which the |
| 45 | 45 | countdown applies. |
| 46 | 46 |
| --- src/fossil.confirmer.js | |
| +++ src/fossil.confirmer.js | |
| @@ -35,11 +35,11 @@ | |
| 35 | .timeout = Number of milliseconds to wait for confirmation. |
| 36 | Default=3000. Alternately, use a combination of .ticks and |
| 37 | .ticktime. |
| 38 | |
| 39 | .onconfirm = function to call when clicked in confirm mode. Default |
| 40 | = undefined. The function's "this" is the the DOM element to which |
| 41 | the countdown applies. |
| 42 | |
| 43 | .ontimeout = function to call when confirm is not issued. Default = |
| 44 | undefined. The function's "this" is the DOM element to which the |
| 45 | countdown applies. |
| 46 |
| --- src/fossil.confirmer.js | |
| +++ src/fossil.confirmer.js | |
| @@ -35,11 +35,11 @@ | |
| 35 | .timeout = Number of milliseconds to wait for confirmation. |
| 36 | Default=3000. Alternately, use a combination of .ticks and |
| 37 | .ticktime. |
| 38 | |
| 39 | .onconfirm = function to call when clicked in confirm mode. Default |
| 40 | = undefined. The function's "this" is the DOM element to which |
| 41 | the countdown applies. |
| 42 | |
| 43 | .ontimeout = function to call when confirm is not issued. Default = |
| 44 | undefined. The function's "this" is the DOM element to which the |
| 45 | countdown applies. |
| 46 |
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1783,11 +1783,11 @@ | ||
| 1783 | 1783 | } |
| 1784 | 1784 | |
| 1785 | 1785 | /* At this point, the appropriate repository database file will have |
| 1786 | 1786 | ** been opened. |
| 1787 | 1787 | ** |
| 1788 | - ** Check to see if the the PATH_INFO begins with "draft[1-9]" and if | |
| 1788 | + ** Check to see if the PATH_INFO begins with "draft[1-9]" and if | |
| 1789 | 1789 | ** so activate the special handling for draft skins |
| 1790 | 1790 | */ |
| 1791 | 1791 | if( zPathInfo && strncmp(zPathInfo,"/draft",6)==0 |
| 1792 | 1792 | && zPathInfo[6]>='1' && zPathInfo[6]<='9' |
| 1793 | 1793 | && (zPathInfo[7]=='/' || zPathInfo[7]==0) |
| 1794 | 1794 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1783,11 +1783,11 @@ | |
| 1783 | } |
| 1784 | |
| 1785 | /* At this point, the appropriate repository database file will have |
| 1786 | ** been opened. |
| 1787 | ** |
| 1788 | ** Check to see if the the PATH_INFO begins with "draft[1-9]" and if |
| 1789 | ** so activate the special handling for draft skins |
| 1790 | */ |
| 1791 | if( zPathInfo && strncmp(zPathInfo,"/draft",6)==0 |
| 1792 | && zPathInfo[6]>='1' && zPathInfo[6]<='9' |
| 1793 | && (zPathInfo[7]=='/' || zPathInfo[7]==0) |
| 1794 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1783,11 +1783,11 @@ | |
| 1783 | } |
| 1784 | |
| 1785 | /* At this point, the appropriate repository database file will have |
| 1786 | ** been opened. |
| 1787 | ** |
| 1788 | ** Check to see if the PATH_INFO begins with "draft[1-9]" and if |
| 1789 | ** so activate the special handling for draft skins |
| 1790 | */ |
| 1791 | if( zPathInfo && strncmp(zPathInfo,"/draft",6)==0 |
| 1792 | && zPathInfo[6]>='1' && zPathInfo[6]<='9' |
| 1793 | && (zPathInfo[7]=='/' || zPathInfo[7]==0) |
| 1794 |
+1
-1
| --- src/scroll.js | ||
| +++ src/scroll.js | ||
| @@ -1,2 +1,2 @@ | ||
| 1 | -/* Cause the the page to scroll so that the #scrollToMe is visible */ | |
| 1 | +/* Cause the page to scroll so that the #scrollToMe is visible */ | |
| 2 | 2 | document.getElementById('scrollToMe').scrollIntoView(true); |
| 3 | 3 |
| --- src/scroll.js | |
| +++ src/scroll.js | |
| @@ -1,2 +1,2 @@ | |
| 1 | /* Cause the the page to scroll so that the #scrollToMe is visible */ |
| 2 | document.getElementById('scrollToMe').scrollIntoView(true); |
| 3 |
| --- src/scroll.js | |
| +++ src/scroll.js | |
| @@ -1,2 +1,2 @@ | |
| 1 | /* Cause the page to scroll so that the #scrollToMe is visible */ |
| 2 | document.getElementById('scrollToMe').scrollIntoView(true); |
| 3 |