Fix typo in HelloTextTableShape makefile

The HelloTextTableShape example, which was recently ported to C++,
has a small typo in line #64 of the Makefile. It gives the user the
command to run the example, but it was missing an 'e' at the end.

Change-Id: I29af45f21ff78dbda42e5bd9e25e44f06536f7c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165915
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
This commit is contained in:
RMZeroFour 2024-04-10 00:20:12 +05:30 committed by Hossein
parent 2dbd0acb88
commit e64a1dfc36

View File

@ -61,7 +61,7 @@ HelloTextTableShape: $(OUT_BIN)/$(APP_NAME)$(EXE_EXT)
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
@echo Please use the following command to execute the example! @echo Please use the following command to execute the example!
@echo - @echo -
@echo $(MAKE) HelloTextTableShap.run @echo $(MAKE) HelloTextTableShape.run
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
%.run: $(OUT_BIN)/HelloTextTableShape$(EXE_EXT) %.run: $(OUT_BIN)/HelloTextTableShape$(EXE_EXT)