sw/source/core/access/acctable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 56da3d41bbd2f7c48dc108a8697757b1493030e0 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 27 14:08:26 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 28 07:04:50 2023 +0200 Fix typo Change-Id: I7e77830bb32c100e3ae5c2d5aaa8fb6ba5f69d4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153673 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/core/access/acctable.hxx b/sw/source/core/access/acctable.hxx index ce3f12b64093..5187caed411e 100644 --- a/sw/source/core/access/acctable.hxx +++ b/sw/source/core/access/acctable.hxx @@ -86,7 +86,7 @@ protected: // get table data, update if necessary inline SwAccessibleTableData_Impl& GetTableData(); - // Is table data evailable? + // Is table data available? bool HasTableData() const { return (mpTableData != nullptr); } virtual void Notify(const SfxHint&) override;