static/source/embindmaker/embindmaker.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45763a761bdbe8ef0b3a4f81225d262b64b9c4b0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jan 26 12:26:04 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Fri Jan 26 15:25:24 2024 +0100

    Fix typo
    
    Change-Id: Ic038388a812e510fdb963f8f271d6377a71759c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162599
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    Tested-by: Jenkins

diff --git a/static/source/embindmaker/embindmaker.cxx 
b/static/source/embindmaker/embindmaker.cxx
index ed326ce4ed99..5c176f94d033 100644
--- a/static/source/embindmaker/embindmaker.cxx
+++ b/static/source/embindmaker/embindmaker.cxx
@@ -43,7 +43,7 @@ void badUsage()
 {
     std::cerr
         << "Usage:

"
-           "  embindmaker <name> <cpp-ouptput> <js-output> <registries>

"
+           "  embindmaker <name> <cpp-output> <js-output> <registries>

"
            "where each <registry> is '+' (primary) or ':' (secondary), 
followed by: either a
"
            "new- or legacy-format .rdb file, a single .idl file, or a root 
directory of an
"
            ".idl file tree.  For all primary registries, Embind code is 
written to
"

Reply via email to