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