Skip to content

Commit 94b0b12

Browse files
authored
fix some typo spotted with codespell (#237)
1 parent 96ae2a5 commit 94b0b12

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cinnamon-desktop (4.6.4) ulyana; urgency=medium
167167
cinnamon-desktop (4.6.3) ulyana; urgency=medium
168168

169169
[ Michael Webster ]
170-
* gnome-rr-config.c: Fix inadvertant change.
170+
* gnome-rr-config.c: Fix inadvertent change.
171171

172172
-- Clement Lefebvre <[email protected]> Fri, 10 Jul 2020 15:36:15 +0100
173173

@@ -447,7 +447,7 @@ cinnamon-desktop (3.2.0) serena; urgency=medium
447447
* gnome-desktop-utils: Add a pam password check function
448448
* Add /etc/pam.d/cinnamon-desktop to build and packaging to allow authentication to work (debian-based uses debian/cinnamon-desktop.pam rather than the one in /data.
449449
* Add flag image files to be shared with cinnamon, cinnamon-screensaver.
450-
* screensaver schema: Add flag, keyboard layout, and clock visiblity keys.
450+
* screensaver schema: Add flag, keyboard layout, and clock visibility keys.
451451

452452
[ Clement Lefebvre ]
453453
* Fixed build

libcinnamon-desktop/edid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ struct MonitorInfo
149149

150150
int width_mm; /* -1 if not specified */
151151
int height_mm; /* -1 if not specified */
152-
double aspect_ratio; /* -1.0 if not specififed */
152+
double aspect_ratio; /* -1.0 if not specified */
153153

154154
double gamma; /* -1.0 if not specified */
155155

libcinnamon-desktop/gnome-bg-crossfade.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ gnome_bg_crossfade_class_init (GnomeBGCrossfadeClass *fade_class)
181181
/**
182182
* GnomeBGCrossfade::finished:
183183
* @fade: the #GnomeBGCrossfade that received the signal
184-
* @window: the #GdkWindow the crossfade happend on.
184+
* @window: the #GdkWindow the crossfade happened on.
185185
*
186186
* When a crossfade finishes, @window will have a copy
187187
* of the end surface as its background, and this signal will

libcinnamon-desktop/gnome-bg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,13 +2246,13 @@ get_slide_timeout (Slide *slide)
22462246

22472247
/* In the worst case we will do a fade from 0 to 256, which mean
22482248
* we will never use more than 255 steps, however in most cases
2249-
* the first and last value are similar and users can't percieve
2249+
* the first and last value are similar and users can't perceive
22502250
* changes in pixel values as small as 1/255th. So, lets not waste
22512251
* CPU cycles on transitioning to often.
22522252
*
22532253
* 64 steps is enough for each step to be just detectable in a 16bit
22542254
* color mode in the worst case, so we'll use this as an approximation
2255-
* of whats detectable.
2255+
* of what's detectable.
22562256
*/
22572257
timeout = slide->duration / 64.0;
22582258
}

libcinnamon-desktop/gnome-desktop-thumbnail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1882,7 +1882,7 @@ gnome_desktop_thumbnail_cache_fix_permissions (void)
18821882
/**
18831883
* gnome_desktop_cache_check_permissions:
18841884
* @factory: (allow-none): an optional GnomeDesktopThumbnailFactory
1885-
* @quick: if TRUE, only do a quick check of directory ownersip
1885+
* @quick: if TRUE, only do a quick check of directory ownership
18861886
* This is more serious than thumbnail ownership issues, and is faster.
18871887
*
18881888
* Returns whether there are any ownership issues with the thumbnail

libcinnamon-desktop/gnome-rr-labeler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ gnome_rr_labeler_show (GnomeRRLabeler *labeler)
542542
* gnome_rr_labeler_hide:
543543
* @labeler: A #GnomeRRLabeler
544544
*
545-
* Hide ouput labels.
545+
* Hide output labels.
546546
*/
547547
void
548548
gnome_rr_labeler_hide (GnomeRRLabeler *labeler)

libcinnamon-desktop/gnome-rr.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ screen_on_event (GdkXEvent *xevent,
706706
* events. We only care about "the screens changed in some way or another"
707707
* for now.
708708
*
709-
* If we ever run into a situtation that could benefit from processing more
709+
* If we ever run into a situation that could benefit from processing more
710710
* detailed events, we can enable this code again.
711711
*
712712
* Note that the X server sends RRScreenChangeNotify in conjunction with the
@@ -1764,7 +1764,7 @@ gnome_rr_output_get_ids_from_edid (GnomeRROutput *output,
17641764
/**
17651765
* gnome_rr_output_get_backlight_min:
17661766
*
1767-
* Returns: The mimimum backlight value, or -1 if not supported
1767+
* Returns: The minimum backlight value, or -1 if not supported
17681768
*/
17691769
gint
17701770
gnome_rr_output_get_backlight_min (GnomeRROutput *output)
@@ -2509,7 +2509,7 @@ crtc_initialize (GnomeRRCrtc *crtc,
25092509

25102510
if (!info)
25112511
{
2512-
/* FIXME: We need to reaquire the screen resources */
2512+
/* FIXME: We need to reacquire the screen resources */
25132513
/* FIXME: can we actually catch BadRRCrtc, and does it make sense to emit that? */
25142514

25152515
/* Translators: CRTC is a CRT Controller (this is X terminology).

libcinnamon-desktop/gnome-rr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ guint32 gnome_rr_output_get_id (GnomeRROutput *outpu
161161
const char * gnome_rr_output_get_name (GnomeRROutput *output);
162162
gboolean gnome_rr_output_is_connected (GnomeRROutput *output);
163163
int gnome_rr_output_get_size_inches (GnomeRROutput *output);
164-
int gnome_rr_output_get_width_mm (GnomeRROutput *outout);
164+
int gnome_rr_output_get_width_mm (GnomeRROutput *output);
165165
int gnome_rr_output_get_height_mm (GnomeRROutput *output);
166166
const guint8 * gnome_rr_output_get_edid_data (GnomeRROutput *output,
167167
gsize *size);

libcinnamon-desktop/gnome-wall-clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GnomeWallClock, gnome_wall_clock, G_TYPE_OBJECT);
6868
* Currently used by cinnamon-screensaver default clock */
6969
#define DATE_ONLY (_("%A, %B %e"))
7070

71-
/* Defaut date/time format when show-date, show-seconds, use-24h are set */
71+
/* Default date/time format when show-date, show-seconds, use-24h are set */
7272
#define WITH_DATE_24H_SECONDS (_("%A %B %e, %R:%S"))
7373

7474
/* Default date/time format when show-date, show-seconds are set */

libcinnamon-desktop/gnome-xkb-info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ gnome_xkb_info_get_layout_info (GnomeXkbInfo *self,
894894
* @self: a #GnomeXkbInfo
895895
* @language: an ISO 639 code
896896
* @id: (out) (allow-none) (transfer none): location to store the
897-
* layout's indentifier, or %NULL
897+
* layout's identifier, or %NULL
898898
* @display_name: (out) (allow-none) (transfer none): location to store
899899
* the layout's display name, or %NULL
900900
* @short_name: (out) (allow-none) (transfer none): location to store

0 commit comments

Comments
 (0)