codemaker/source/rustmaker/unoproduce.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b44a63884e4072873d151e316549280de783949 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Sep 12 14:26:46 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Sep 13 11:22:29 2025 +0200 Fix typo Change-Id: I3a5ea43f88b080394504336ed864a0b771ac6f73 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190875 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/codemaker/source/rustmaker/unoproduce.cxx b/codemaker/source/rustmaker/unoproduce.cxx index ec873466a012..77a5bdab3c40 100644 --- a/codemaker/source/rustmaker/unoproduce.cxx +++ b/codemaker/source/rustmaker/unoproduce.cxx @@ -34,7 +34,7 @@ const std::unordered_set<std::string_view> UnoProducer::m_reservedKeywords const std::unordered_map<std::string_view, OString> UnoProducer::m_baseTypes // Maps UNO basic types to their Rust equivalents - // TODO: need to edit the core types Implemented manauly + // TODO: need to edit the core types Implemented manually = { { "boolean", "bool"_ostr }, { "char", "char"_ostr }, { "byte", "i8"_ostr },
