summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 08:43:21 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-26 20:37:59 +0000
commit5ad636acc61eabd8123bea5b203e2c49a80f9ce3 (patch)
treec628b885d8e308a58cc4676f380bae5790b3d1f0
parentlwp: convert hopeful asserts to exceptions (diff)
downloadcore-5ad636acc61eabd8123bea5b203e2c49a80f9ce3.tar.gz
core-5ad636acc61eabd8123bea5b203e2c49a80f9ce3.zip
Fix typos
Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de Reviewed-on: https://gerrit.libreoffice.org/35616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--android/source/src/java/org/libreoffice/storage/external/DirectoryBrowserActivity.java2
-rw-r--r--apple_remote/source/RemoteControl.m2
-rw-r--r--avmedia/source/gstreamer/gstplayer.cxx2
-rw-r--r--basctl/source/basicide/baside2b.cxx2
-rw-r--r--basctl/source/basicide/localizationmgr.cxx2
-rw-r--r--basegfx/source/matrix/b3dhommatrix.cxx2
-rw-r--r--basic/source/classes/eventatt.cxx2
-rw-r--r--basic/source/comp/exprtree.cxx2
-rw-r--r--basic/source/runtime/methods.cxx2
-rw-r--r--basic/source/sbx/sbxexec.cxx2
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java2
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java2
-rwxr-xr-xbin/parse-perfcheck.py2
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx2
14 files changed, 14 insertions, 14 deletions
diff --git a/android/source/src/java/org/libreoffice/storage/external/DirectoryBrowserActivity.java b/android/source/src/java/org/libreoffice/storage/external/DirectoryBrowserActivity.java
index 224526adb17b..1cf9f52fa7c0 100644
--- a/android/source/src/java/org/libreoffice/storage/external/DirectoryBrowserActivity.java
+++ b/android/source/src/java/org/libreoffice/storage/external/DirectoryBrowserActivity.java
@@ -14,7 +14,7 @@ import org.libreoffice.R;
* Container for DirectoryBrowserFragment
*/
public class DirectoryBrowserActivity extends AppCompatActivity {
- public static final String DIRECTORY_PATH_EXTRA = "org.libreoffie.directory_path_extra";
+ public static final String DIRECTORY_PATH_EXTRA = "org.libreoffice.directory_path_extra";
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
diff --git a/apple_remote/source/RemoteControl.m b/apple_remote/source/RemoteControl.m
index d43597d96c7d..1f1b7f179350 100644
--- a/apple_remote/source/RemoteControl.m
+++ b/apple_remote/source/RemoteControl.m
@@ -31,7 +31,7 @@
#import <apple_remote/RemoteControl.h>
-// notifaction names that are being used to signal that an application wants to
+// notification names that are being used to signal that an application wants to
// have access to the remote control device or if the application has finished
// using the remote control device
NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION = @"mac.remotecontrols.RequestForRemoteControl";
diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx
index 50fa9b4cb1dc..26b712441692 100644
--- a/avmedia/source/gstreamer/gstplayer.cxx
+++ b/avmedia/source/gstreamer/gstplayer.cxx
@@ -614,7 +614,7 @@ void Player::preparePlaybin( const OUString& rURL, GstElement *pSink )
mpPlaybin = gst_element_factory_make( "playbin", nullptr );
//tdf#96989 on systems with flat-volumes setting the volume directly on the
- //playbin to 100% results in setting the global volums to 100% of the
+ //playbin to 100% results in setting the global volume to 100% of the
//maximum. We expect to set as % of the current volume.
mpVolumeControl = gst_element_factory_make( "volume", nullptr );
GstElement *pAudioSink = gst_element_factory_make( "autoaudiosink", nullptr );
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index c02bac26d0f2..d817a61c8eae 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2413,7 +2413,7 @@ void WatchTreeListBox::UpdateWatches( bool bBasicStopped )
SbxDataType eType = pVar->GetType();
if ( eType & SbxARRAY )
{
- // consider multidimensinal arrays!
+ // consider multidimensional arrays!
if (SbxDimArray* pNewArray = dynamic_cast<SbxDimArray*>(pVar->GetObject()))
{
SbxDimArray* pOldArray = pItem->mpArray.get();
diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx
index b03412614b71..bfca283dceb3 100644
--- a/basctl/source/basicide/localizationmgr.cxx
+++ b/basctl/source/basicide/localizationmgr.cxx
@@ -681,7 +681,7 @@ void LocalizationMgr::handleRemoveLocales( const Sequence< Locale >& aLocaleSeq
}
else
{
- // Inconsistancy, keep last locale
+ // Inconsistency, keep last locale
bConsistant = false;
bRemove = false;
}
diff --git a/basegfx/source/matrix/b3dhommatrix.cxx b/basegfx/source/matrix/b3dhommatrix.cxx
index 26fbcce6604b..e0c049c5bf55 100644
--- a/basegfx/source/matrix/b3dhommatrix.cxx
+++ b/basegfx/source/matrix/b3dhommatrix.cxx
@@ -362,7 +362,7 @@ namespace basegfx
aVUV.normalize();
aVPN.normalize();
- // build x-axis as perpendicular fron aVUV and aVPN
+ // build x-axis as perpendicular from aVUV and aVPN
B3DVector aRx(aVUV.getPerpendicular(aVPN));
aRx.normalize();
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx
index 05df7986ddfe..bb7b77c2ddf2 100644
--- a/basic/source/classes/eventatt.cxx
+++ b/basic/source/classes/eventatt.cxx
@@ -537,7 +537,7 @@ void RTL_Impl_CreateUnoDialog( StarBASIC* pBasic, SbxArray& rPar, bool bWrite )
// Add dialog model to dispose vector
Reference< XComponent > xDlgComponent( xCntrl->getModel(), UNO_QUERY );
GetSbData()->pInst->getComponentVector().push_back( xDlgComponent );
- // need ThisCompoent from calling script
+ // need ThisComponent from calling script
}
// preserve existing bad behaviour, it's possible... but probably
// illegal to open 2 dialogs ( they ARE modal ) when this happens, sometimes
diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx
index 5249eadd9ac5..0a8b665e4ecb 100644
--- a/basic/source/comp/exprtree.cxx
+++ b/basic/source/comp/exprtree.cxx
@@ -103,7 +103,7 @@ static bool DoParametersFollow( SbiParser* p, SbiExprType eCurExpr, SbiToken eTo
else // check for default params with reserved names ( e.g. names of tokens )
{
SbiTokenizer tokens( *static_cast<SbiTokenizer*>(p) );
- // Urk the Next() / Peek() symantics are... weird
+ // Urk the Next() / Peek() semantics are... weird
tokens.Next();
if ( tokens.Peek() == ASSIGN )
{
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index a87a8fc1368c..3371d6eecd3f 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -4903,7 +4903,7 @@ bool implDateSerial( sal_Int16 nYear, sal_Int16 nMonth, sal_Int16 nDay, double&
// 2000, 13, xx = 2001, 1, xx ( or January of the following year )
if( ( nMonth < 1 ) || ( nMonth > 12 ) )
{
- // inacurrate around leap year, don't use days to calculate,
+ // inaccurate around leap year, don't use days to calculate,
// just modify the months directory
sal_Int16 nYearAdj = ( nMonth /12 ); // default to positive months inputed
if ( nMonth <=0 )
diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx
index 1a671a654512..f5e811a2b656 100644
--- a/basic/source/sbx/sbxexec.cxx
+++ b/basic/source/sbx/sbxexec.cxx
@@ -212,7 +212,7 @@ static SbxVariableRef PlusMinus( SbxObject* pObj, SbxObject* pGbl, const sal_Uni
SbxVariableRef refVar2( MulDiv( pObj, pGbl, &p ) );
if( refVar2.is() )
{
- // temporaere Variable!
+ // temporary Variable!
SbxVariable* pVar = refVar.get();
pVar = new SbxVariable( *pVar );
refVar = pVar;
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index c2d17b7c0e33..00672a608575 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -476,7 +476,7 @@ public class LocalOfficeConnection
* </ul>
*
* @param url This is UNO URL which describes the type of a connection.
- * @exception java.net.MalformedURLException when inappropreate URL was
+ * @exception java.net.MalformedURLException when inappropriate URL was
* provided.
*/
private void parseUnoUrlWithOfficePath(String url, String prefix)
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java
index 28bde3f10187..1f98e228c358 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -1035,7 +1035,7 @@ xLayoutManager.showElement("private:resource/menubar/menubar");
}
- /** Applies all tool visiblities to the real thing.
+ /** Applies all tool visibilities to the real thing.
@deprecated Clients should use the service com.sun.star.frame.LayoutManager,
which can be obtained from a frame, to control toolbars. See also
diff --git a/bin/parse-perfcheck.py b/bin/parse-perfcheck.py
index ea10adffb927..358a22b37f6b 100755
--- a/bin/parse-perfcheck.py
+++ b/bin/parse-perfcheck.py
@@ -163,7 +163,7 @@ if __name__ == '__main__':
displayUsage()
sys.exit(1)
- # check if sourceDirectorty exists
+ # check if sourceDirectory exists
if not os.path.isdir(sourceDirectory):
print("sourceDirectory %s not found - Aborting" % (sourceDirectory))
sys.exit(1)
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx b/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
index 6bfada394477..3cf882cef0aa 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/mscx.hxx
@@ -48,7 +48,7 @@ void mscx_raiseException(
}
-//TOOD: Work around missing __CxxDetectRethrow in clang-cl for now (predefined
+//TODO: Work around missing __CxxDetectRethrow in clang-cl for now (predefined
// in cl, <www.geoffchappell.com/studies/msvc/language/predefined/index.html>):
#if defined __clang__
extern "C" int __cdecl __CxxDetectRethrow(void *);