X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..57d3e26697255a5c5154b4a0dc26d6eab23ff871:/src/common/platinfo.cpp?ds=sidebyside

diff --git a/src/common/platinfo.cpp b/src/common/platinfo.cpp
index a1baeb1017..3b21f617c2 100644
--- a/src/common/platinfo.cpp
+++ b/src/common/platinfo.cpp
@@ -6,7 +6,7 @@
 // Created:     07.07.2006 (based on wxToolkitInfo)
 // RCS-ID:      $Id$
 // Copyright:   (c) 2006 Francesco Montorsi
-// License:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -192,7 +192,7 @@ void wxPlatformInfo::InitForCurrentPlatform()
     m_osDesc = wxGetOsDescription();
     m_endian = wxIsPlatformLittleEndian() ? wxENDIAN_LITTLE : wxENDIAN_BIG;
     m_arch = wxIsPlatform64Bit() ? wxARCH_64 : wxARCH_32;
-    
+
 #ifdef __LINUX__
     m_ldi = wxGetLinuxDistributionInfo();
 #endif