From 1ec7fa4c5ee494aeee5eb1163f2111828f6b236d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 18 Dec 2020 06:40:58 +1100 Subject: [PATCH] docs: fix simple typo, spliting -> splitting There is a small typo in addon/jpeglib/CImg.h, release/node-v0.12.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h, release/node-v4.1.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h, release/node-v4.2.x-windows-x64/node_modules/ccap/addon/jpeglib/CImg.h. Should read `splitting` rather than `spliting`. --- addon/jpeglib/CImg.h | 2 +- .../node_modules/ccap/addon/jpeglib/CImg.h | 2 +- .../node_modules/ccap/addon/jpeglib/CImg.h | 2 +- .../node_modules/ccap/addon/jpeglib/CImg.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addon/jpeglib/CImg.h b/addon/jpeglib/CImg.h index 6ff2420..f8ab087 100644 --- a/addon/jpeglib/CImg.h +++ b/addon/jpeglib/CImg.h @@ -43329,7 +43329,7 @@ namespace cimg_library_suffixed { //! Return a list where each image has been split along the specified axis. /** \param axis Axis to split images along. - \param nb Number of spliting parts for each image. + \param nb Number of splitting parts for each image. **/ CImgList& split(const char axis, const int nb=0) { return get_split(axis,nb).move_to(*this); diff --git a/release/node-v0.12.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h b/release/node-v0.12.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h index 6ff2420..f8ab087 100644 --- a/release/node-v0.12.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h +++ b/release/node-v0.12.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h @@ -43329,7 +43329,7 @@ namespace cimg_library_suffixed { //! Return a list where each image has been split along the specified axis. /** \param axis Axis to split images along. - \param nb Number of spliting parts for each image. + \param nb Number of splitting parts for each image. **/ CImgList& split(const char axis, const int nb=0) { return get_split(axis,nb).move_to(*this); diff --git a/release/node-v4.1.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h b/release/node-v4.1.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h index 6ff2420..f8ab087 100644 --- a/release/node-v4.1.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h +++ b/release/node-v4.1.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h @@ -43329,7 +43329,7 @@ namespace cimg_library_suffixed { //! Return a list where each image has been split along the specified axis. /** \param axis Axis to split images along. - \param nb Number of spliting parts for each image. + \param nb Number of splitting parts for each image. **/ CImgList& split(const char axis, const int nb=0) { return get_split(axis,nb).move_to(*this); diff --git a/release/node-v4.2.x-windows-x64/node_modules/ccap/addon/jpeglib/CImg.h b/release/node-v4.2.x-windows-x64/node_modules/ccap/addon/jpeglib/CImg.h index 6ff2420..f8ab087 100644 --- a/release/node-v4.2.x-windows-x64/node_modules/ccap/addon/jpeglib/CImg.h +++ b/release/node-v4.2.x-windows-x64/node_modules/ccap/addon/jpeglib/CImg.h @@ -43329,7 +43329,7 @@ namespace cimg_library_suffixed { //! Return a list where each image has been split along the specified axis. /** \param axis Axis to split images along. - \param nb Number of spliting parts for each image. + \param nb Number of splitting parts for each image. **/ CImgList& split(const char axis, const int nb=0) { return get_split(axis,nb).move_to(*this);