libs: Fix typos (found by codespell) 2594/head
authorStefan Weil <sw@weilnetz.de>
Wed, 13 Apr 2016 14:05:03 +0000 (16:05 +0200)
committerStefan Weil <sw@weilnetz.de>
Wed, 13 Apr 2016 14:05:03 +0000 (16:05 +0200)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
libs/boost/Makefile
libs/db47/patches/030-patch.4.7.25.3.patch
libs/faad2/Makefile
libs/libmraa/patches/0002-add-mips-support.patch
libs/libtorrent/Makefile
libs/libxslt/Makefile
libs/vips/patches/001-no_cpp.patch

index c0e90d1e9e86c778aabc19cfc83aac9ee34a1338..1d81ebc99d163e97d9ed07448be7082444c86f6c 100644 (file)
@@ -148,7 +148,7 @@ define Package/boost/config
                            - Not available if Shared libs are to be built.
                         -> Use both runtimes.
                            - Not available if Shared libs are to be built.
-                           - Two seperate versions of Boost are built, linking each to a different runtime. 
+                           - Two separate versions of Boost are built, linking each to a different runtime. 
                            - This option requires "Use tagged names" option to be active.
 
                    config boost-runtime-shared
index 59b00e6512309d37682a73eed960abdd7a9c6860..12bbeddb3e8224a91bfcd590831861cd8e169e12 100644 (file)
@@ -68,7 +68,7 @@
 +/*
 + * __dd_build --
 + *    Build the lock dependency bit maps.
-+ * Notes on syncronization:  
++ * Notes on synchronization:  
 + *    LOCK_SYSTEM_LOCK is used to hold objects locked when we have
 + *            a single partition.
 + *    LOCK_LOCKERS is held while we are walking the lockers list and
index 0d1310b11b533df86355a003c504f371cfb8878d..f6bed3d95af3afcd84f196fba0f5e46d5b8499e9 100644 (file)
@@ -78,7 +78,7 @@ endef
 
 define Build/Configure
        # This replacement were do according to many comments on the web because of gcc 3.4.5 version (.6 included).-
-       # wich doesn't recognices the -iquote parameter to AM_CFLAGS
+       # which doesn't recognices the -iquote parameter to AM_CFLAGS
        ($(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.am; \
        $(SED) 's,-iquote $$$$(top_srcdir),-I$$$$(top_srcdir),g' $(PKG_BUILD_DIR)/libfaad/Makefile.in);
        (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
index ee4569631d4d5c93e1197a752f4125cf4da09d5d..1936624f7ceee6c11f93e9b47d7c40d9e57050d4 100644 (file)
@@ -142,7 +142,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +mraa_mtk_linkit_mmap_unsetup()
 +{
 +    if (mmap_reg == NULL) {
-+        syslog(LOG_ERR, "linkit mmap: null register cant unsetup");
++        syslog(LOG_ERR, "linkit mmap: null register can't unsetup");
 +        return MRAA_ERROR_INVALID_RESOURCE;
 +    }
 +    munmap(mmap_reg, mmap_size);
index 6b41e87b87b71f86c2b015dc1d5d10e73c3e719a..eb059e0f7bd20fe62fc2c978eb12345b7acf7143 100644 (file)
@@ -35,7 +35,7 @@ endef
 define Package/libtorrent/description
  LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on
  high performance and good code. The library differentiates itself from other
- implementations by transfering directly from file pages to the network stack.
+ implementations by transferring directly from file pages to the network stack.
  On high-bandwidth connections it is able to seed at 3 times the speed of the
  official client.
 endef
index df80b65b0ac1cd51310eeec8d005f37b9dbc21ee..20a62210cc4e470dfef2518852506263e87ed283 100644 (file)
@@ -43,7 +43,7 @@ define Package/libexslt
   SECTION:=libs
   CATEGORY:=Libraries
   DEPENDS:=+libxslt
-  TITLE:=Gnome XSLT library Extention
+  TITLE:=Gnome XSLT library Extension
   URL:=http://xmlsoft.org/XSLT/EXSLT/
 endef
 
index 72e841c5bbfce05cd31a2b5a9492c8ab42f005f0..4ecd991083c34322a9e4c533018edecd1770b2ae 100644 (file)
@@ -98,7 +98,7 @@ diff -u --recursive --new-file vips-7.42.1-vanilla/libvips/Makefile.am vips-7.42
 -nodist_EXTRA_libvips_la_SOURCES = resample/dummy2.cc
 -endif
 -
- # DLLs need dependant libs there too ... put @VIPS_LIBS@ at the end
+ # DLLs need dependent libs there too ... put @VIPS_LIBS@ at the end
  libvips_la_LIBADD = \
        resample/libresample.la \
 diff -u --recursive --new-file vips-7.42.1-vanilla/libvips/resample/Makefile.am vips-7.42.1/libvips/resample/Makefile.am