Fix typos

Change-Id: Ic431ef6c3555f02fbc204a5b0af5f9bfe62f4a30
Reviewed-on: https://gerrit.libreoffice.org/77286
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2019-08-11 18:32:30 +02:00 committed by Julien Nabet
parent ef67f74b79
commit 5eb6f2d08d
7 changed files with 7 additions and 7 deletions

View file

@ -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)

View file

@ -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();

View file

@ -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
#

View file

@ -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/"/</;

View file

@ -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.

View file

@ -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);

View file

@ -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))