diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-24 12:56:13 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-25 06:05:54 +0000 |
commit | 6d898945d57b53b862c41a3adbd0d4eddd8dfbcd (patch) | |
tree | f25cdb30411048df0b5dac05bb80dea50898c703 /xmlsecurity/test_docs/tools | |
parent | 3cda5ffdda64eff9282450816334d18f7aa015bd (diff) |
Fix typo in comments: relativ -> relative
Change-Id: I58833e503e93b8057f92710c5828bba6cecd4e09
Reviewed-on: https://gerrit.libreoffice.org/33488
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'xmlsecurity/test_docs/tools')
-rw-r--r-- | xmlsecurity/test_docs/tools/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/test_docs/tools/README.txt b/xmlsecurity/test_docs/tools/README.txt index 159d2c037c06..b253a78b69ab 100644 --- a/xmlsecurity/test_docs/tools/README.txt +++ b/xmlsecurity/test_docs/tools/README.txt @@ -10,7 +10,7 @@ java -jar httpserv/dist/httpserv.jar --accept portnumber portnumber: an arbitrary port number to which the server should listen. -httpserv looks for the requested file relativ to the current directory. For +httpserv looks for the requested file relative to the current directory. For example, you are in $(SRC_ROOT)/xmlsecurity/$(INPATH)/httpserv/dist/javadoc, a directory which contains the index.html. From there you run httpserv.jar: |