vcl/inc/qt5/QtInstanceAssistant.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28d90810aea48a1cc6c58947ecc239d935f23634
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Feb 23 10:47:25 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Feb 23 11:49:25 2025 +0100

    Fix typo
    
    Change-Id: I67217842e91b790dad832fee4cd2906cbf57c63b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182064
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/inc/qt5/QtInstanceAssistant.hxx 
b/vcl/inc/qt5/QtInstanceAssistant.hxx
index 4478c9ef198f..dbdac1445870 100644
--- a/vcl/inc/qt5/QtInstanceAssistant.hxx
+++ b/vcl/inc/qt5/QtInstanceAssistant.hxx
@@ -23,7 +23,7 @@
  * 2) an OUString identifier
  *
  * Qt's QWizard widget used by this class uses an int id to refer to pages.
- * This concept of an id does not match the index concept that weld::Assistang 
uses.
+ * This concept of an id does not match the index concept that weld::Assistant 
uses.
  * (The id generally does not match an index in the range between 0 and the 
number of pages - 1.)
  *
  * Instead, 1) is mapped to a custom QObject property and for 2), the 
QObject::objectName

Reply via email to