wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dcd16a4f73edaf59981c0ffc6b165dac5aac36c4 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 3 15:30:35 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Thu Jul 18 19:22:45 2024 +0200 Fix typo Change-Id: I7ce85668113e8f3df983f43a9e584b913f783230 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169939 Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> Tested-by: Jenkins diff --git a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java index ad7993df0ddc..26418171655b 100644 --- a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java +++ b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java @@ -57,7 +57,7 @@ public interface IReportBuilderLayouter void setTableName(int _nType, String TableName); /** - * Insert the field names, these are the field names out of a given datebase table + * Insert the field names, these are the field names out of a given database table */ void insertFieldNames(final String[] FieldNames);