From d1d3d960ade9a1f61ab715ee7d16335a44625100 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 23 Aug 2023 15:13:17 +0200 Subject: Fix typo Change-Id: Ieb3dad4e32bb23aaa91dbc83036e552ca9e07c8c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155981 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03/sf_platform.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/03/sf_platform.xhp b/source/text/sbasic/shared/03/sf_platform.xhp index 6fe6f22aa4..2700abaeec 100644 --- a/source/text/sbasic/shared/03/sf_platform.xhp +++ b/source/text/sbasic/shared/03/sf_platform.xhp @@ -425,7 +425,7 @@ - The examples above can be writen in Python as follows: + The examples above can be written in Python as follows: from scriptforge import CreateScriptService bas = CreateScriptService("Basic") -- cgit