Skip to content

Commit 1f67f33

Browse files
jbamptonmerks
authored andcommitted
Fix spelling in code comments and Markdown
1 parent e1f11c9 commit 1f67f33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/org.eclipse.swt.tools/gtk/clone_build_gtk_debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func_echo_info $HELP_MSG
5454

5555
# Parse arguments
5656
SILENT=false
57-
NOCLEANUP=false # for when you make changes to gtk source code, e.g print statments etc..
57+
NOCLEANUP=false # for when you make changes to gtk source code, e.g print statements etc..
5858
NOCONFIG=false # faster build speeds.
5959
for arg in "$@"; do # loop over all input parameters
6060
if [ "$arg" == "-y" ]; then

bundles/org.eclipse.swt.tools/gtk/install_sysdeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# To add your distribution:
66
# 1) Identify your distribution ID via:
77
# lsb_release -a
8-
# 2) Add a case to the case statment below.
8+
# 2) Add a case to the case statement below.
99
# 3) Add a function to handle your distribution.
1010

1111

docs/gtk-dev-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ You should consider browsing unstable API more often than stable API. Often you
667667
**Getting help with GTK**
668668

669669
* GTK IRC channel: Folks are very helpful here. I often got responses very quickly. Mostly good for quick little bits and general wisdom.
670-
* GTK bugzilla: If you think you have come across a bug, or need some official statment from GTK folks about some functionality (e.g if something doesn't work in SWT, have a link to a GTK bug that explains things). Posting a bug to the GTK bugzilla is the way to go. E.g: https://bugzilla.gnome.org/show_bug.cgi?id=747798
670+
* GTK bugzilla: If you think you have come across a bug, or need some official statement from GTK folks about some functionality (e.g if something doesn't work in SWT, have a link to a GTK bug that explains things). Posting a bug to the GTK bugzilla is the way to go. E.g: https://bugzilla.gnome.org/show_bug.cgi?id=747798
671671
* Mailing lists: I didn't get many responses when I asked complex questions, but for small & straight forward stuff, people respond quite well: See: http://www.gtk.org/mailing-lists.php
672672
* Stack Overflow: For your broken snippets. Tag things with GTK http://stackoverflow.com/
673673
* See: http://www.gtk.org/development.php

0 commit comments

Comments
 (0)