Skip to content

Commit b589487

Browse files
committed
Update build.yml for codespell, fix some spelling.
1 parent f30b9d1 commit b589487

File tree

7 files changed

+20
-18
lines changed

7 files changed

+20
-18
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
commit_id: master
2323
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
2424
dependencies:
25-
##############################
25+
############################## Comma separated lists of words and files to have codespell ignore.
26+
codespell_ignore_words_list: nd
27+
codespell_ignore_files_list:
2628

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ xapp (1.8.6) ulyana; urgency=medium
418418

419419
[ Michael Webster ]
420420
* xapp-status-icon.c: Add xapp_status_icon_popup_menu() and use a more reliable GtkMenu popup method.
421-
* xapp-status-icon.c: Fix inadvertant verison change in doc string.
421+
* xapp-status-icon.c: Fix inadvertent version change in doc string.
422422

423423
[ NikoKrause ]
424424
* Icons: Add symbolic icons for xreaders annotation features (#92)
@@ -853,7 +853,7 @@ xapp (1.0.4) sylvia; urgency=medium
853853
* xapp-gtk-window: Add wrapper functions for GtkWindow subclasses.
854854
* xapp-gtk-window.*: Fix argument type for wrapper function.
855855
* xapp-gtk-window: Add progress features, refactor, add demo script for XAppGtkWindow.
856-
* xapp-gtk-window test script: Add an animate button (to test real-world effects on system reponsiveness while an operation is running.)
856+
* xapp-gtk-window test script: Add an animate button (to test real-world effects on system responsiveness while an operation is running.)
857857
* all: Fix build warnings, documentation.
858858
* xapp-gtk-window: Make xapp_gtk_window_new() handle the same arguments as gtk_window_new().
859859
* all: Allow XAppGtkWindows to be used in builder (ui) files and in Glade.

docs/reference/XAppGtkWindow.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
331331
in some operation. The value sent to the WM will be clamped to
332332
between 0 and 100.</p>
333333
<p>Note: If a window will stick around after progress is complete, you will
334-
probaby need to set progress to 0 to remove any progress effects on taskbars
334+
probably need to set progress to 0 to remove any progress effects on taskbars
335335
and window lists.</p>
336336
<p>Setting progress will also cancel the 'pulsing' flag on the window as
337337
well, if it has been set.</p>
@@ -368,7 +368,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
368368
to make available when applications want to display indeterminate or
369369
ongoing progress in a task manager.</p>
370370
<p>Note: If a window will stick around after progress is complete, you will
371-
probaby need to set progress to 0 to remove any progress effects on taskbars
371+
probably need to set progress to 0 to remove any progress effects on taskbars
372372
and window lists. This will also remove the pulse state, if it is set.</p>
373373
<p>Setting an explicit progress value will unset this flag.</p>
374374
<div class="refsect3">
@@ -481,7 +481,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
481481
in some operation. The value sent to the WM will be clamped to
482482
between 0 and 100.</p>
483483
<p>Note: If a window will stick around after progress is complete, you will
484-
probaby need to set progress to 0 to remove any progress effects on taskbars
484+
probably need to set progress to 0 to remove any progress effects on taskbars
485485
and window lists.</p>
486486
<p>Setting progress will also cancel the 'pulsing' flag on the window as
487487
well, if it has been set.</p>
@@ -518,7 +518,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
518518
to make available when applications want to display indeterminate or
519519
ongoing progress in a task manager.</p>
520520
<p>Note: If a window will stick around after progress is complete, you will
521-
probaby need to set progress to 0 to remove any progress effects on taskbars
521+
probably need to set progress to 0 to remove any progress effects on taskbars
522522
and window lists. This will also remove the pulse state, if it is set.</p>
523523
<p>Setting an explicit progress value will unset this flag.</p>
524524
<div class="refsect3">
@@ -627,7 +627,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
627627
<p>Setting progress will also cancel the 'pulsing' flag on the window as
628628
well, if it has been set.</p>
629629
<p>Note: If a window will stick around after progress is complete, you will
630-
probaby need to set progress to 0 to remove any progress effects on taskbars
630+
probably need to set progress to 0 to remove any progress effects on taskbars
631631
and window lists.</p>
632632
<p>This is a function, not a method, for applying the progress property for
633633
a given (possibly foreign) window, by passing the window's XID.</p>
@@ -664,7 +664,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
664664
to make available when applications want to display indeterminate or
665665
ongoing progress in a task manager.</p>
666666
<p>Note: If a window will stick around after progress is complete, you will
667-
probaby need to set progress to 0 to remove any progress effects on taskbars
667+
probably need to set progress to 0 to remove any progress effects on taskbars
668668
and window lists.</p>
669669
<p>Setting an explicit progress value will unset this flag.</p>
670670
<div class="refsect3">

docs/reference/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ acronym,abbr
332332
position: relative;
333333
top: 0em ! important;
334334
}
335-
/* this is needed so that the local anchors are displayed below the naviagtion */
335+
/* this is needed so that the local anchors are displayed below the navigation */
336336
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
337337
{
338338
display: inline-block;

libxapp/xapp-gtk-window.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ xapp_gtk_window_set_icon_from_file (XAppGtkWindow *window,
454454
* between 0 and 100.
455455
*
456456
* Note: If a window will stick around after progress is complete, you will
457-
* probaby need to set progress to 0 to remove any progress effects on taskbars
457+
* probably need to set progress to 0 to remove any progress effects on taskbars
458458
* and window lists.
459459
*
460460
* Setting progress will also cancel the 'pulsing' flag on the window as
@@ -481,7 +481,7 @@ xapp_gtk_window_set_progress (XAppGtkWindow *window,
481481
* ongoing progress in a task manager.
482482
*
483483
* Note: If a window will stick around after progress is complete, you will
484-
* probaby need to set progress to 0 to remove any progress effects on taskbars
484+
* probably need to set progress to 0 to remove any progress effects on taskbars
485485
* and window lists. This will also remove the pulse state, if it is set.
486486
*
487487
* Setting an explicit progress value will unset this flag.
@@ -625,7 +625,7 @@ xapp_set_window_icon_from_file (GtkWindow *window,
625625
* between 0 and 100.
626626
*
627627
* Note: If a window will stick around after progress is complete, you will
628-
* probaby need to set progress to 0 to remove any progress effects on taskbars
628+
* probably need to set progress to 0 to remove any progress effects on taskbars
629629
* and window lists.
630630
*
631631
* Setting progress will also cancel the 'pulsing' flag on the window as
@@ -659,7 +659,7 @@ xapp_set_window_progress (GtkWindow *window,
659659
* ongoing progress in a task manager.
660660
*
661661
* Note: If a window will stick around after progress is complete, you will
662-
* probaby need to set progress to 0 to remove any progress effects on taskbars
662+
* probably need to set progress to 0 to remove any progress effects on taskbars
663663
* and window lists. This will also remove the pulse state, if it is set.
664664
*
665665
* Setting an explicit progress value will unset this flag.
@@ -739,7 +739,7 @@ xapp_set_xid_icon_from_file (gulong xid,
739739
* well, if it has been set.
740740
*
741741
* Note: If a window will stick around after progress is complete, you will
742-
* probaby need to set progress to 0 to remove any progress effects on taskbars
742+
* probably need to set progress to 0 to remove any progress effects on taskbars
743743
* and window lists.
744744
*
745745
* This is a function, not a method, for applying the progress property for
@@ -765,7 +765,7 @@ xapp_set_xid_progress (gulong xid,
765765
* ongoing progress in a task manager.
766766
*
767767
* Note: If a window will stick around after progress is complete, you will
768-
* probaby need to set progress to 0 to remove any progress effects on taskbars
768+
* probably need to set progress to 0 to remove any progress effects on taskbars
769769
* and window lists.
770770
*
771771
* Setting an explicit progress value will unset this flag.

libxapp/xapp-icon-chooser-button.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ xapp_icon_chooser_button_set_icon_size (XAppIconChooserButton *button,
306306
// We need to make sure the icon gets resized if it's a file path. Since
307307
// this means regenerating the pixbuf anyway, it's easier to just call
308308
// xapp_icon_chooser_button_set_icon, but we need to dup the string so
309-
// it doens't get freed before it gets used.
309+
// it doesn't get freed before it gets used.
310310
icon = g_strdup(priv->icon_string);
311311
xapp_icon_chooser_button_set_icon (button, icon);
312312
g_free (icon);

libxapp/xapp-status-icon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define FALLBACK_ICON_SIZE 24
3535

3636
// This gets reffed and unreffed according to individual icon presence.
37-
// For the first icon, it gets created when exporting the icon's inteface.
37+
// For the first icon, it gets created when exporting the icon's interface.
3838
// For each additional icon, it gets reffed again. On destruction, the
3939
// opposite occurs - unrefs, and the final unref calls a weak notify
4040
// function, which clears this pointer and unown's the process's bus name.

0 commit comments

Comments
 (0)