summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2020-03-21 19:32:17 +0200
committerYuri Chornoivan <yurchor@ukr.net>2020-03-22 08:56:29 +0200
commitb8b1b0fa7b072dadcc9a875bfc76847ee9a6fc35 (patch)
tree1a6c132a74584e5e9bff83c7254505dcf3319ef1 /doc
parentc3daab806605f473075dc1512cfcf71a872f9a8a (diff)
downloadglade-b8b1b0fa7b072dadcc9a875bfc76847ee9a6fc35.tar.gz
Fix minor typos
Diffstat (limited to 'doc')
-rw-r--r--doc/catalogintro.sgml8
-rw-r--r--doc/gladepython.sgml2
-rw-r--r--doc/properties.sgml4
-rw-r--r--doc/widgetclasses.sgml10
4 files changed, 12 insertions, 12 deletions
diff --git a/doc/catalogintro.sgml b/doc/catalogintro.sgml
index e15236c4..8abfce2c 100644
--- a/doc/catalogintro.sgml
+++ b/doc/catalogintro.sgml
@@ -64,7 +64,7 @@ are integrating an object "Frobnicator":
<title>Toplevel catalog properties and tags</title>
<para>
When defining the catalog, the 'name' and 'library'
-are both manditory attributes of the 'glade-catalog' tag; optionally
+are both mandatory attributes of the 'glade-catalog' tag; optionally
you can also use 'icon-prefix', 'depends' and 'domain'.
</para>
@@ -95,7 +95,7 @@ Please note that all versioning related support is completely optional.
<term>targetable</term>
<listitem>
<para>
-A comma separated list of 'major.minor' formed versions describing sensable previous
+A comma separated list of 'major.minor' formed versions describing sensible previous
targetable versions of the underlying toolkit not including the current version;
example: <literal>targetable="0.6,0.8"</literal>.
</para>
@@ -144,7 +144,7 @@ for your plugin.
<listitem>
<para>
The domain in which to search for translatable strings from the
-catalog file; please note that all strings from the catalog that will apear in the UI are
+catalog file; please note that all strings from the catalog that will appear in the UI are
translated using this domain. If the 'domain' is not specified, the library property will
be used in it's stead.
</para>
@@ -156,7 +156,7 @@ be used in it's stead.
<listitem>
<para>
Used to specify a namespace to search devhelp docs library with
-(specificly, it is the $(DOC_MODULE) that you specified in your gtk-doc Makefile.am).
+(specifically, it is the $(DOC_MODULE) that you specified in your gtk-doc Makefile.am).
</para>
</listitem>
</varlistentry>
diff --git a/doc/gladepython.sgml b/doc/gladepython.sgml
index 327d13d5..141f6a4e 100644
--- a/doc/gladepython.sgml
+++ b/doc/gladepython.sgml
@@ -55,7 +55,7 @@ domain="glade-3" depends="gtk+">
Glade's python interpreter will look up for your widgets in the same
places it looks
for regular catalogs plugins, that is $GLADE_ENV_MODULE_PATH
-enviroment variable
+environment variable
and `pkg-config --variable=moduledir gladeui-2.0`
So the easiest thing would be to make a symlink in one of those directory, just
diff --git a/doc/properties.sgml b/doc/properties.sgml
index 8e3e6a80..bc73207c 100644
--- a/doc/properties.sgml
+++ b/doc/properties.sgml
@@ -43,7 +43,7 @@ Properties of the 'property' tag:
<term>id</term>
<listitem>
<para>
-This is manditory and specifies the property that we are modifying (or adding)
+This is mandatory and specifies the property that we are modifying (or adding)
</para>
</listitem>
</varlistentry>
@@ -210,7 +210,7 @@ the widget when pasted to a new container that supports the same properties.
<term>save-always</term>
<listitem>
<para>
-Specifies that the property should be saved regardless of its value (properties at thier
+Specifies that the property should be saved regardless of its value (properties at their
default values are normally not saved).
</para>
</listitem>
diff --git a/doc/widgetclasses.sgml b/doc/widgetclasses.sgml
index a051ba33..27fc8f7d 100644
--- a/doc/widgetclasses.sgml
+++ b/doc/widgetclasses.sgml
@@ -16,7 +16,7 @@ Adding support for custom widgets
<para>
Widget support in Glade is provided by the #GladeWidgetAdaptor object, each
`glade-widget-class' definition in the catalog will result in the creation
-of an adaptor, which inherits the funcionality of the adaptor created for its
+of an adaptor, which inherits the functionality of the adaptor created for its
parent, or the closest adaptor available in the ancestry. Adaptor methods can
be overridden by functions in the plugin by specifying them in the catalog.
There is also a wealth of options you can use in the `glade-widget-class' without
@@ -76,7 +76,7 @@ Here is the complete example of the form of the `glade-widget-class' definition:
<refsect1>
<title>Widget Class Properties</title>
<para>
-The following are all properies of the `glade-widget-class' tag
+The following are all properties of the `glade-widget-class' tag
</para>
<variablelist>
<varlistentry>
@@ -168,7 +168,7 @@ tree and will be translated before use in the interface.
<para>
Use this to specify the name of the parent your widget derives from, you
can use this option instead of loading a real widget type (this allows you
-to fake derive and still add properties and run your catalog independantly
+to fake derive and still add properties and run your catalog independently
of any plugins or libraries).
</para>
</listitem>
@@ -506,7 +506,7 @@ are added to the toolbar.
<para>
Default values can be specified for packing properties on your widget when added
to a said type of parent, as the example shows above; use the `parent-class' to
-specify what parent (or derivative of that parent) you are targetting and fill
+specify what parent (or derivative of that parent) you are targeting and fill
in any `child-property' tags you need for that parent using `id' property to
specify the property name and the `default' property for the value.
</para>
@@ -542,7 +542,7 @@ and GENERIC_NAME is the value of an widget class's generic name attribute.
</para>
<para>
-To explicity set an icon name for a widget class, the "icon-name" attribute of the
+To explicitly set an icon name for a widget class, the "icon-name" attribute of the
"glade-widget-class" element can be specified. This will override the default icon
name assigned to the widget class.
</para>