Skip to content

Commit 539271e

Browse files
freddiicaclark
freddii
authored andcommitted
Fix #852: fixed wrong spelled words
#852
1 parent ecc8a90 commit 539271e

31 files changed

+49
-49
lines changed

ChangeLog.gqview

+7-7
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ Wed Mar 10 03:36:24 2004 John Ellis <[email protected]>
24232423
Wed Mar 10 01:50:14 2004 John Ellis <[email protected]>
24242424

24252425
* cache.[ch], gqview.h: Changed cache get and find functions to take
2426-
a CacheType, so that metadata location can be seperate from thumbnails.
2426+
a CacheType, so that metadata location can be separate from thumbnails.
24272427
* cache_maint.c: Add support for meta cache to maintenance.
24282428
* image.c, preferences.c, rcfile.c: Remove GDK_PIXBUF_TILE_BROKEN hack,
24292429
as it has long been fixed.
@@ -3255,7 +3255,7 @@ Sun Nov 9 06:41:48 2003 John Ellis <[email protected]>
32553255
Sat Nov 8 20:51:37 2003 John Ellis <[email protected]>
32563256

32573257
* bar_exif.c: Added advanced view for exif data.
3258-
* exif.c: Fix capitalization, mark relevent (standard view) strings for
3258+
* exif.c: Fix capitalization, mark relevant (standard view) strings for
32593259
translation.
32603260
* info.c: Use a paned widget to allow expansion of properties window
32613261
without expanding image view size.
@@ -3775,7 +3775,7 @@ Tue Feb 4 07:32:43 2003 John Ellis <[email protected]>
37753775
layout_util.c, view_dir_list.c, view_dir_tree.c, view_file_icon.c,
37763776
view_file_list.c: Hooked up context menu key, to show right click
37773777
menus, F10 will also work for the collection, dupes, and image windows.
3778-
Also now explicitely destroy pop up menus when the underlying view is
3778+
Also now explicitly destroy pop up menus when the underlying view is
37793779
destroyed, since the menu does not go away when menu items are toggled
37803780
with the spacebar (no selection done is sent in this case).
37813781
* ui_menu.[ch](popup_position_clamp): Given a GtkMenu, ensure the
@@ -5014,7 +5014,7 @@ Thu Oct 25 14:10:47 2001 John Ellis <[email protected]>
50145014

50155015
Fri Oct 19 20:09:44 2001 John Ellis <[email protected]>
50165016

5017-
* ui_clist_edit.c: Explicitely set the focus for the text entry to
5017+
* ui_clist_edit.c: Explicitly set the focus for the text entry to
50185018
fix missing cursor.
50195019
* README: Updated.
50205020
* configure.in: Release 0.12.0
@@ -5324,7 +5324,7 @@ Thu Feb 8 18:16:18 2001 John Ellis <[email protected]>
53245324

53255325
Thu Feb 8 17:46:00 2001 John Ellis <[email protected]>
53265326

5327-
* image.c (image_change_from_image): Copy all relevent data from
5327+
* image.c (image_change_from_image): Copy all relevant data from
53285328
source, now fullscreen toggle while loading an image works. This is
53295329
really a move function, it moves most data from source to dest.
53305330
Probably should add a copy function that copies pixbuf, or loads from
@@ -5355,7 +5355,7 @@ Mon Feb 5 17:03:27 2001 John Ellis <[email protected]>
53555355

53565356
* dupe.c: Added keyboard shortcuts for the duplicates window.
53575357
* image.c (image_change_complete): Call the update function
5358-
explicitely if sync if FALSE.
5358+
explicitly if sync if FALSE.
53595359

53605360
Mon Feb 5 14:06:07 2001 John Ellis <[email protected]>
53615361

@@ -6488,7 +6488,7 @@ Sat Apr 10 19:01:33 1999 John Ellis <[email protected]>
64886488
- Pressing the [ESC] key will now stop loading of thumbnails.
64896489
- [CTRL] - M is now moves files, purging old thumbnails is now [CTRL] - T.
64906490
- Add save button to config dialog.
6491-
- New configuration tab: image, moved relevent options there.
6491+
- New configuration tab: image, moved relevant options there.
64926492

64936493
0.4.1 (9-11-98)
64946494
> Scrollbars removed, now you can pan the image by pressing and dragging the

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Geeqie 1.5.1
33

44
- Bugfixes for release 1.5
55
- #626 - High CPU load with animated GIFs
6-
- #683 - Build failuer on macOS
6+
- #683 - Build failure on macOS
77
- #686 - Zoom lable adjustment
88
- #703 - non-glibc fix
99
- Lua compatibility

acinclude.m4

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# DX_???_FEATURE(ON|OFF) - control the default setting fo a Doxygen feature.
1818
# Supported features are 'DOXYGEN' itself, 'DOT' for generating graphics,
1919
# 'HTML' for plain HTML, 'CHM' for compressed HTML help (for MS users), 'CHI'
20-
# for generating a seperate .chi file by the .chm file, and 'MAN', 'RTF',
20+
# for generating a separate .chi file by the .chm file, and 'MAN', 'RTF',
2121
# 'XML', 'PDF' and 'PS' for the appropriate output formats. The environment
2222
# variable DOXYGEN_PAPER_SIZE may be specified to override the default 'a4wide'
2323
# paper size.
@@ -248,8 +248,8 @@ DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
248248
DX_ENV_APPEND(GENERATE_HTMLHELP, YES)],
249249
[DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
250250
251-
# Seperate CHI file generation.
252-
DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file],
251+
# Separate CHI file generation.
252+
DX_ARG_ABLE(chi, [generate doxygen separate compressed HTML help index file],
253253
[DX_CHECK_DEPEND(chm, 1)],
254254
[DX_CLEAR_DEPEND(chm, 1)],
255255
[],

doc/docbook/GuideImageSearch.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<link linkend="CreateSimFiles">Create file similarity cache</link>
1818
from the top of the tree will generate the similarity data for all images.
1919
</note>
20-
<para>Similarity data are stored in a folder hierachy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim.</para>
20+
<para>Similarity data are stored in a folder hierarchy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim.</para>
2121
<para>
22-
The root of the hierachy is:
22+
The root of the hierarchy is:
2323
<para>
2424
<programlisting>$XDG_CACHE_HOME/geeqie/thumbnails/</programlisting>
2525
or, if $XDG_CACHE_HOME is not defined:

doc/docbook/GuideIntroduction.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<para>Geeqie is an image manager, with complete copy, move, rename, and delete functions available at the press of a button.</para>
66
<para>Extensive image collections can be easily handled using a combination of Geeqie's flexible Keyword facility and powerful Image searches.</para>
77
<para>Image collections can be refined with a duplicate image finder.</para>
8-
<para>Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlayed onto the image display.</para>
8+
<para>Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlaid onto the image display.</para>
99
<para>There is no need to import images into Geeqie - simply point Geeqie to a folder containing images, and your data will be displayed.</para>
1010
<para>Geeqie is an image viewer, not an image editor. However, Geeqie can be configured to call external image editors such as the Gimp, resulting in a very powerful combination.</para>
1111
<para />

doc/docbook/GuideMainWindowFolderPane.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
</row>
425425
<row>
426426
<entry />
427-
<entry>Show hiden files</entry>
427+
<entry>Show hidden files</entry>
428428
<entry>
429429
<para>Switches to list tree mode of the folder pane.</para>
430430
</entry>

doc/docbook/GuideMainWindowMenus.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@
17201720
<para>
17211721
The section
17221722
<link linkend="GuideOptionsKeyboard" endterm="titleGuideOptionsKeyboard" />
1723-
descibes how to modify the keyboard shortcuts used in the main menu.
1723+
describes how to modify the keyboard shortcuts used in the main menu.
17241724
</para>
17251725
</section>
17261726
</section>

doc/docbook/GuideMainWindowStatusBar.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</section>
105105
<section id="ImageDetails">
106106
<title>Image Details</title>
107-
<para>This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permision)” may appear if the file permissions do not allow reading the contents of the file.</para>
107+
<para>This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permission)” may appear if the file permissions do not allow reading the contents of the file.</para>
108108
<para />
109109
</section>
110110
<section id="ZoomAndScroll">
@@ -158,7 +158,7 @@
158158
</varlistentry>
159159
<varlistentry>
160160
<term>
161-
<guilabel>Keep the region from previous iamge</guilabel>
161+
<guilabel>Keep the region from previous image</guilabel>
162162
</term>
163163
<listitem>
164164
<para>The new image is positioned as the previous one, whenever possible.</para>

doc/docbook/GuideOptionsGeneral.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
<guilabel>Use Geeqie thumbnail style and cache</guilabel>
7070
</term>
7171
<listitem>
72-
<para>Thumbnails are stored in a folder hierachy that mirrors the location of the source images. Thumbnails have the same name as the original appended by the file extension .png.</para>
72+
<para>Thumbnails are stored in a folder hierarchy that mirrors the location of the source images. Thumbnails have the same name as the original appended by the file extension .png.</para>
7373
<para>
74-
The root of the hierachy is:
74+
The root of the hierarchy is:
7575
<para>
7676
<programlisting>$XDG_CACHE_HOME/geeqie/thumbnails/</programlisting>
7777
or, if $XDG_CACHE_HOME is not defined:

doc/docbook/GuideOptionsKeywords.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<para>
1515
The list shows all keywords currently used for autocompletion. Text may be copy-pasted into the list or deleted from the list.
1616
<para />
17-
When the list is saved, duplicates will autmatically be removed and the list sorted into alphabetical order.
17+
When the list is saved, duplicates will automatically be removed and the list sorted into alphabetical order.
1818
</para>
1919
</section>
2020
</section>

doc/docbook/GuideOptionsMetadata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<para />
178178
If this option is checked, Geeqie will automatically read the required metatada in the background as soon as a folder is opened. This will reduce the amount of time you have to wait until the sort is completed.
179179
<para />
180-
If you do not use these sort otions, leave this option unchecked.
180+
If you do not use these sort options, leave this option unchecked.
181181
</para>
182182
</listitem>
183183
</itemizedlist>

doc/docbook/GuideOtherWindowsPanView.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
You can pan the view as you pan an image in normal view mode, using left mouse button and drag.
2323
</para>
24-
<para>A primary mouse button click on any image will display informations about the image. Secondary mouse button will show a context menu.</para>
24+
<para>A primary mouse button click on any image will display information about the image. Secondary mouse button will show a context menu.</para>
2525
<para>
2626
The
2727
<link linkend="GuideReferenceKeyboardShortcuts" endterm="titleGuideReferenceKeyboardShortcuts" />

doc/docbook/GuideReferenceDecodeLatLong.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<section id="GuideReferenceDecodeLatLong">
33
<title id="titleGuideReferenceDecodeLatLong">Decoding Latitude and Longitude</title>
4-
<para>This section is relevent to geocode searches and the map display of Geeqie.</para>
4+
<para>This section is relevant to geocode searches and the map display of Geeqie.</para>
55
<para>
66
The result of some internet or other searches for placenames can contain a latitude and longitude embedded in a text string. For example an openstreetmap.org search can give a URL such as:
77
<para />

doc/docbook/GuideReferenceLua.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</row>
5757
<row>
5858
<entry>Image:get_extension</entry>
59-
<entry>The file extension including preceeding dot</entry>
59+
<entry>The file extension including preceding dot</entry>
6060
</row>
6161
<row>
6262
<entry>Image:get_date()</entry>

doc/docbook/GuideSidebarsInfo.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<para>
118118
Right-click on the left-hand box allows the selected keywords to be written to the currently selected files - the keywords may be either added to the existing contents, or entirely replace the existing content.
119119
<warning>
120-
<para>Keyword completion is used when selecting keywords. If the selected area includes part of a keyword, the selection will autmatically be expanded to cover the whole keyword. If no text is selected, all keywords will be used.</para>
120+
<para>Keyword completion is used when selecting keywords. If the selected area includes part of a keyword, the selection will automatically be expanded to cover the whole keyword. If no text is selected, all keywords will be used.</para>
121121
</warning>
122122
</para>
123123
<para>
@@ -220,7 +220,7 @@
220220
</row>
221221
<row>
222222
<entry>formatted.Camera</entry>
223-
<entry>Camera and sofware name</entry>
223+
<entry>Camera and software name</entry>
224224
</row>
225225
<row>
226226
<entry>formatted.DateTime</entry>
@@ -465,7 +465,7 @@
465465
<para>
466466
Map Centering
467467
<para />
468-
If an internet URL containg a valid latitude and longitude is dropped on the map, the map will be re-centered on that location. The zoom level will not change. Refer to
468+
If an internet URL containing a valid latitude and longitude is dropped on the map, the map will be re-centered on that location. The zoom level will not change. Refer to
469469
<link linkend="GuideReferenceDecodeLatLong">Decoding Latitude and Longitude</link>
470470
.
471471
</para>

plugins/ufraw/geeqie-ufraw.desktop.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _Name=UFRaw Batch
55
_Comment=Search for new RAW files or modified UFRaw ID files
66

77
# call the helper script on each file individually
8-
# - this allows a better controll over processing
8+
# - this allows a better control over processing
99
Exec=geeqie-ufraw %f
1010

1111
# show only if ufraw is installed

src/exiv2.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ gint exif_update_metadata(ExifData *exif, const gchar *key, const GList *values)
977977
TRUE || /* no conversion support */
978978
#endif
979979
!values || /* deleting item */
980-
!ret /* writing to the explicitely given xmp tag failed */
980+
!ret /* writing to the explicitly given xmp tag failed */
981981
)
982982
{
983983
/* deleted xmp metadatum can't be converted, we have to delete also the corresponding legacy tag */

src/ui_tree_edit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static gboolean tree_edit_by_path_idle_cb(gpointer data)
174174

175175
/* grab it */
176176
gtk_widget_grab_focus(ted->entry);
177-
/* explicitely set the focus flag for the entry, for some reason on popup windows this
177+
/* explicitly set the focus flag for the entry, for some reason on popup windows this
178178
* is not set, and causes no edit cursor to appear ( popups not allowed focus? )
179179
*/
180180
gtk_widget_grab_focus(ted->entry);

web/help/GuideImageSearchCache.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -457,9 +457,9 @@
457457
<a class="link" href="GuideOptionsGeneral.html#PreferencesThumbnails" title="Thumbnails">Cache Thumbnails</a>
458458
option is selected in Preferences/General, the similarity matrix and the checksum will also be cached. This will reduce the time needed for future searches.
459459
<div class="admonition block note block-indent"><div class="note-inner">If you frequently search on similarity and your images are in a tree arrangement under a single point, initiating a one-time search on similarity from the top of the tree will generate the similarity data for all images.</div></div>
460-
<p class="para block">Similarity data are stored in a folder hierachy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim.</p>
460+
<p class="para block">Similarity data are stored in a folder hierarchy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim.</p>
461461
<p class="para block">
462-
The root of the hierachy is:
462+
The root of the hierarchy is:
463463
<p class="para block block-first">
464464
<div dir="ltr" class=" block programlisting block-indent block-first"><pre class="programlisting">$XDG_CACHE_HOME/geeqie/thumbnails/</pre></div>
465465
or, if $XDG_CACHE_HOME is not defined:

web/help/GuideIntroduction.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<p class="para block">Geeqie is an image manager, with complete copy, move, rename, and delete functions available at the press of a button.</p>
446446
<p class="para block">Extensive image collections can be easily handled using a combination of Geeqie's flexible Keyword facility and powerful Image searches.</p>
447447
<p class="para block">Image collections can be refined with a duplicate image finder.</p>
448-
<p class="para block">Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlayed onto the image display.</p>
448+
<p class="para block">Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlaid onto the image display.</p>
449449
<p class="para block">There is no need to import images into Geeqie - simply point Geeqie to a folder containing images, and your data will be displayed.</p>
450450
<p class="para block">Geeqie is an image viewer, not an image editor. However, Geeqie can be configured to call external image editors such as the Gimp, resulting in a very powerful combination.</p>
451451
<p class="para block"></p>

web/help/GuideMainWindowFolderPane.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@
890890
</tr>
891891
<tr>
892892
<td class="td-colsep td-rowsep"></td>
893-
<td class="td-colsep td-rowsep">Show hiden files</td>
893+
<td class="td-colsep td-rowsep">Show hidden files</td>
894894
<td class="td-rowsep">
895895
<span class="para">Switches to list tree mode of the folder pane.</span>
896896
</td>

web/help/GuideMainWindowMenus.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
<p class="para block block-first">
13891389
The section
13901390
<a class="link" href="GuideOptionsKeyboard.html" title="Keyboard Options">Keyboard Options</a>
1391-
descibes how to modify the keyboard shortcuts used in the main menu.
1391+
describes how to modify the keyboard shortcuts used in the main menu.
13921392
</p>
13931393
</div>
13941394
<div class="footnotes"><div class="footnote">

web/help/GuideMainWindowStatusBar.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
</div>
558558
<div class="division section">
559559
<a name="ImageDetails"></a><div class="header"><h2 class="section title"><span class="title"><span class="label">2.6.4. </span>Image Details</span></h2></div>
560-
<p class="para block block-first">This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permision)” may appear if the file permissions do not allow reading the contents of the file.</p>
560+
<p class="para block block-first">This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permission)” may appear if the file permissions do not allow reading the contents of the file.</p>
561561
<p class="para block"></p>
562562
</div>
563563
<div class="division section">
@@ -621,7 +621,7 @@
621621
<p class="para block block-first">The new image is centered</p>
622622
</dd>
623623
<dt class="term">
624-
<span class="guilabel">Keep the region from previous iamge</span>
624+
<span class="guilabel">Keep the region from previous image</span>
625625
</dt>
626626
<dd>
627627
<p class="para block block-first">The new image is positioned as the previous one, whenever possible.</p>

0 commit comments

Comments
 (0)