basctl/source/basicide/idedataprovider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4b48de50c421cd05759148b2e61904e8dc35ef2c Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Oct 14 22:36:14 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Oct 15 10:21:26 2025 +0200 Fix typo Change-Id: I5e43e08ed99e2c781f8344aace44a5cf3934e807 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192411 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/basctl/source/basicide/idedataprovider.cxx b/basctl/source/basicide/idedataprovider.cxx index 8d6d27febcb2..4ed1f5cfee3a 100644 --- a/basctl/source/basicide/idedataprovider.cxx +++ b/basctl/source/basicide/idedataprovider.cxx @@ -251,7 +251,7 @@ void UnoApiHierarchy::addNode(std::u16string_view sQualifiedNameView, TypeClass sParentPath = sCurrentPath; sCurrentPath = sCurrentPath.isEmpty() ? sPart : sCurrentPath + u"." + sPart; - // Find the list of childern for the current parent + // Find the list of children for the current parent auto& rChildren = m_hierarchyCache[sParentPath]; // Avoid adding duplicate nodes
