From 2e65843687e057f87e8f8665ab9d907bfd8a3788 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 4 Jul 2017 22:45:10 +0200 Subject: [PATCH] Fix typo --- io/entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/entry.cpp b/io/entry.cpp index 9307d12..eb94f5a 100644 --- a/io/entry.cpp +++ b/io/entry.cpp @@ -38,7 +38,7 @@ Entry::Entry(const string &label, NodeEntry *parent) } /*! - * \brief Constructs a copy of the another entry. + * \brief Constructs a copy of another entry. * \remarks The copy will be parentless and thus not be embedded in the hierarchy * of \a other. Child entries will be copied as well. */