diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /swext | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'swext')
-rw-r--r--[-rwxr-xr-x] | swext/mediawiki/src/filter/odt2mediawiki.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swext/mediawiki/src/filter/odt2mediawiki.xsl b/swext/mediawiki/src/filter/odt2mediawiki.xsl index 8d21a1cda1fd..845a11afa796 100755..100644 --- a/swext/mediawiki/src/filter/odt2mediawiki.xsl +++ b/swext/mediawiki/src/filter/odt2mediawiki.xsl @@ -1053,7 +1053,7 @@ Function for looking up the position of a node identified by the given 'current-id' within a node set 'context'. - The search starts with the the index 'test-index'. The search is recursive + The search starts with the index 'test-index'. The search is recursive in the 'test-index' argument. To save recursion depth, each recursive call iteratively tests a fixed number of indexes (by loop unrolling). --> |