From 4378355314f3b48261c68c2a39166091c5419e8c Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 4 Oct 2010 20:26:48 +0000 Subject: [PATCH] Fix typo in javadoc git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22857 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../java/org/alfresco/service/cmr/tagging/TaggingService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/service/cmr/tagging/TaggingService.java b/source/java/org/alfresco/service/cmr/tagging/TaggingService.java index dafd3c7187..faff1f3216 100644 --- a/source/java/org/alfresco/service/cmr/tagging/TaggingService.java +++ b/source/java/org/alfresco/service/cmr/tagging/TaggingService.java @@ -208,7 +208,7 @@ public interface TaggingService * Finds the 'nearest' tag scope for the specified node. *

* 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. *

* If no tag scope if found then a null value is returned. *