From 72e3d4c55a6569d966059f762824c38d06055871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Oct 2016 23:24:31 +0200 Subject: New upstream version 0.25.0 --- src/tags/HierarchicalTagUtilities.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tags/HierarchicalTagUtilities.vala') diff --git a/src/tags/HierarchicalTagUtilities.vala b/src/tags/HierarchicalTagUtilities.vala index bbb556b..3fca3ca 100644 --- a/src/tags/HierarchicalTagUtilities.vala +++ b/src/tags/HierarchicalTagUtilities.vala @@ -21,7 +21,7 @@ class HierarchicalTagUtilities { /** * converts a hierarchical tag path 'path' (e.g., "/Animals") to a flat tag name * (e.g., "Animals"); if 'path' is already a flat tag name, 'path' is returned untouched; note - * that 'path' must be a top-level path (i.e., "/Animals" not "/Animals/Mammals/...") with + * that 'path' must be a top-level path (i.e., "/Animals" not "/Animals/Mammals/…") with * only one path component; invoking this method with a 'path' argument other than a top-level * path will cause an assertion failure. */ -- cgit v1.2.3