Git commit 43e3354e593604911d6360a34114908ab9096178 by Yuri Chornoivan. Committed on 26/03/2017 at 15:21. Pushed by yurchor into branch 'master'.
Fix minor typos M +1 -1 devel-docs/doxygen/Doxyfile.doxy M +1 -1 docbook/kst/tutorial.docbook M +1 -1 old_datasources/healpix/healpix_tools_pix.cpp M +3 -3 pyKst/pykst.py https://commits.kde.org/kst-plot/43e3354e593604911d6360a34114908ab9096178 diff --git a/devel-docs/doxygen/Doxyfile.doxy b/devel-docs/doxygen/Doxyfile.doxy index b8c44923..fbedcc58 100644 --- a/devel-docs/doxygen/Doxyfile.doxy +++ b/devel-docs/doxygen/Doxyfile.doxy @@ -1444,7 +1444,7 @@ HAVE_DOT = YES # directory and reference it in all dot files that doxygen generates. This # font does not include all possible unicode characters however, so when you need # these (or just want a differently looking font) you can specify the font name -# using DOT_FONTNAME. You need need to make sure dot is able to find the font, +# using DOT_FONTNAME. You need to make sure dot is able to find the font, # which can be done by putting it in a standard location or by setting the # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. diff --git a/docbook/kst/tutorial.docbook b/docbook/kst/tutorial.docbook index 736e97da..618bb587 100644 --- a/docbook/kst/tutorial.docbook +++ b/docbook/kst/tutorial.docbook @@ -822,7 +822,7 @@ This will bring up the New Filter Dialog: be more visible. When you are satisfied, select <guibutton>OK</guibutton>. </para> <para> - This will add a the the low-pass filtered data as a new curve in the plot: + This will add the low-pass filtered data as a new curve in the plot: </para> <screenshot> diff --git a/old_datasources/healpix/healpix_tools_pix.cpp b/old_datasources/healpix/healpix_tools_pix.cpp index 6767ea24..f0a03935 100644 --- a/old_datasources/healpix/healpix_tools_pix.cpp +++ b/old_datasources/healpix/healpix_tools_pix.cpp @@ -19,7 +19,7 @@ * Some of these pixel tools are based on code from Healpix_cxx 2.00. * * See http://sourceforge.net/projects/healpix/ for the original code * * * - * Healpix 2.00 was developed by by E. Hivon, M. Reinecke, W. O'Mullane, * + * Healpix 2.00 was developed by E. Hivon, M. Reinecke, W. O'Mullane, * * H.K. Eriksen, K.M. Gorski, A.J. Banday * ***************************************************************************/ diff --git a/pyKst/pykst.py b/pyKst/pykst.py index f68e9cec..d616b2f0 100644 --- a/pyKst/pykst.py +++ b/pyKst/pykst.py @@ -1088,7 +1088,7 @@ class DataSourceScalar(Scalar) : self.client.send_si(self.handle, "change("+filename+","+field+")") def file(self) : - """ Returns the the data source file name. """ + """ Returns the data source file name. """ return self.client.send_si(self.handle, "file()") def field(self) : @@ -1140,7 +1140,7 @@ class VectorScalar(Scalar) : self.client.send_si(self.handle, b2str("change("+b2str(filename)+","+b2str(field)+","+b2str(frame)+")")) def file(self) : - """ Returns the the data source file name. """ + """ Returns the data source file name. """ return self.client.send_si(self.handle, "file()") def field(self) : @@ -2665,7 +2665,7 @@ class ViewItem(NamedObject): subplot(211) - place the plot in the the top grid location (i.e. the + place the plot in the top grid location (i.e. the first) in a 2 row by 1 column notional grid (no grid actually exists, but conceptually this is how the returned subplot has been positioned).
