diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:32:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:40:36 +0200 |
commit | 5eb6f2d08d133a042a5dbd450bdb206f39399ce4 (patch) | |
tree | 374da2a2a0492a010c49303b6aa0837b15249d60 | |
parent | ef67f74b791abec6d36c573d1eaf5fbfc1f83c46 (diff) |
Fix typos
Change-Id: Ic431ef6c3555f02fbc204a5b0af5f9bfe62f4a30
Reviewed-on: https://gerrit.libreoffice.org/77286
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | shell/source/tools/lngconvex/lngconvex.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 2 | ||||
-rw-r--r-- | solenv/bin/desktop-translate.pl | 2 | ||||
-rwxr-xr-x | solenv/bin/fix-includes.pl | 2 | ||||
-rw-r--r-- | solenv/doc/gbuild/doxygen.cfg | 2 | ||||
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/helper.mk | 2 | ||||
-rw-r--r-- | solenv/gbuild/UnpackedTarball.mk | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index 452e88e29147..819f08852575 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -169,7 +169,7 @@ private: OString maBcp47; }; -/** Convert a OUString to the MS resource +/** Convert an OUString to the MS resource file format string e.g. OUString -> L"\x1A00\x2200\x3400" */ std::string make_winrc_unicode_string(const OUString& str) diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index b3d21f3fff3a..5830c56c2c91 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -1356,7 +1356,7 @@ sal_Bool SlideShowImpl::addView( slideSize.getY() ) ); } - // clear view area (since its newly added, + // clear view area (since it's newly added, // we need a clean slate) pView->clearAll(); diff --git a/solenv/bin/desktop-translate.pl b/solenv/bin/desktop-translate.pl index 259e7da752fb..a888fc48ec71 100644 --- a/solenv/bin/desktop-translate.pl +++ b/solenv/bin/desktop-translate.pl @@ -22,7 +22,7 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # Translates multiple .desktop files at once with strings from .ulf -# files; if you add new translateable .ulf files please add them to +# files; if you add new translatable .ulf files please add them to # l10ntools/source/localize.cxx # diff --git a/solenv/bin/fix-includes.pl b/solenv/bin/fix-includes.pl index 740424dcccdb..837fcf2d8cac 100755 --- a/solenv/bin/fix-includes.pl +++ b/solenv/bin/fix-includes.pl @@ -36,7 +36,7 @@ sub check_headers seek $fh,0,0; foreach $line (@content){ if($line =~ m/#include "(\w*)\//){ - # If a include is local and it should be global, make it global + # If an include is local and it should be global, make it global if($1 ~~ @includes){ print "local header $line\n"; $line =~ s/"/</; diff --git a/solenv/doc/gbuild/doxygen.cfg b/solenv/doc/gbuild/doxygen.cfg index cb22507aff19..af0ba2171919 100644 --- a/solenv/doc/gbuild/doxygen.cfg +++ b/solenv/doc/gbuild/doxygen.cfg @@ -1670,7 +1670,7 @@ PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will -# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# generate an inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option also works with HAVE_DOT disabled, but it is recommended to # install and use dot, since it yields more powerful graphs. diff --git a/solenv/doc/gbuild/solenv/gbuild/helper.mk b/solenv/doc/gbuild/solenv/gbuild/helper.mk index f71c26915cf4..b2db7ef7d583 100644 --- a/solenv/doc/gbuild/solenv/gbuild/helper.mk +++ b/solenv/doc/gbuild/solenv/gbuild/helper.mk @@ -30,7 +30,7 @@ namespace gb public: /// Abbreviates the common directory roots in a command static Command abbreviate_dirs(Command c); - /// Announces the start/end of an task. + /// Announces the start/end of a task. static void announce(String announcement); /// Creates the default get_clean_target() function for the type. static void make_clean_target(TargetType t); diff --git a/solenv/gbuild/UnpackedTarball.mk b/solenv/gbuild/UnpackedTarball.mk index 185f61d22777..d5657aa7c0f0 100644 --- a/solenv/gbuild/UnpackedTarball.mk +++ b/solenv/gbuild/UnpackedTarball.mk @@ -230,7 +230,7 @@ $(call gb_UnpackedTarball_get_target,$(1)) : UNPACKED_FIX_EOL += $(addprefix $(c endef -# Internal version of set_tarbal, mostly to avoid repeated invocation of $(shel +# Internal version of set_tarball, mostly to avoid repeated invocation of $(shell define gb_UnpackedTarball_set_tarball_internal $(call gb_UnpackedTarget_UnpackedTarget,$(2),$(call gb_UnpackedTarball_get_dir,$(1)),$(3),$(4)) $(call gb_UnpackedTarball_get_target,$(1)) : $(call gb_UnpackedTarget_get_target,$(2)) |