Skip to content

Commit

Permalink
ttools: minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor authored and mmpcn committed Nov 27, 2014
1 parent d2ae53e commit 311a711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ public interface UploadMatcher {
* uploaded and written as received) so that progress can be logged
* properly.
*
* <p>The result is written to the given <code>rawResultSink<code>
* <p>The result is written to the given <code>rawResultSink</code>
* (which will probably be a {@link uk.ac.starlink.table.RowStore}).
* To make sense of the table thus written, it is necessary to
* use the {@link RowMapper} supplied to this method and the
Expand Down
Expand Up @@ -79,7 +79,7 @@ public CdsUploadSkyMatch() {
srParam_.setDescription( new String[] {
"<p>Maximum distance from the local table (ra,dec) position",
"at which counterparts from the remote table will be identified.",
"This is a fixed value is given in arcseconds,",
"This is a fixed value given in arcseconds,",
"and must be in the range [0,180]",
"(this limit is currently enforced by the CDS Xmatch service).",
"</p>",
Expand Down

0 comments on commit 311a711

Please sign in to comment.