Fix typo in javadoc

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22857 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-10-04 20:26:48 +00:00
parent 01d0f43ab3
commit 4378355314

View File

@@ -208,7 +208,7 @@ public interface TaggingService
* Finds the 'nearest' tag scope for the specified node.
* <p>
* The 'nearest' tag scope is discovered by walking up the primary parent path
* untill a tag scope is found or the root node is reached.
* until a tag scope is found or the root node is reached.
* <p>
* If no tag scope if found then a null value is returned.
*