[perl-Glib] Fix some typos in POD
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Fix some typos in POD
- Date: Fri, 30 Dec 2011 14:13:54 +0000 (UTC)
commit f0868f20b4638a5b2a492753cdbbec3b89ebe158
Author: Jonathan Yu <jawnsy cpan org>
Date: Fri Dec 30 15:13:03 2011 +0100
Fix some typos in POD
https://rt.cpan.org/Ticket/Display.html?id=73616
GBookmarkFile.xs | 4 ++--
GKeyFile.xs | 2 +-
GObject.xs | 2 +-
lib/Glib/MakeHelper.pm | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/GBookmarkFile.xs b/GBookmarkFile.xs
index 0e74b88..66d0693 100644
--- a/GBookmarkFile.xs
+++ b/GBookmarkFile.xs
@@ -565,8 +565,8 @@ g_bookmark_file_set_app_info (bookmark_file, uri, name, exec, count, stamp)
=for apidoc __gerror__
=signature ($exec, $count, $stamp) = $bookmark_file->get_app_info ($uri, $name)
-Gets the registration informations of $name for the bookmark for
-$uri. See Glib::BookmarkFile::set_app_info() for more informations about
+Gets the registration information of $name for the bookmark for
+$uri. See Glib::BookmarkFile::set_app_info() for more information about
the returned data.
=cut
void
diff --git a/GKeyFile.xs b/GKeyFile.xs
index 967aad8..807a629 100644
--- a/GKeyFile.xs
+++ b/GKeyFile.xs
@@ -412,7 +412,7 @@ If $key is not found, it is created.
=for apidoc Glib::KeyFile::set_string
=arg value (gchar*)
Sets a string value to $key inside $group_name. The string will be escaped if
-it containes special characters.
+it contains special characters.
If $key is not found, it is created.
=cut
diff --git a/GObject.xs b/GObject.xs
index 7f3233a..83eda26 100644
--- a/GObject.xs
+++ b/GObject.xs
@@ -1699,7 +1699,7 @@ get_pointer (object)
=for apidoc
=for arg all if FALSE (or omitted) tie only properties for this object's class, if TRUE tie the properties of this and all parent classes.
-A special method avaiable to Glib::Object derivatives, it uses perl's tie
+A special method available to Glib::Object derivatives, it uses perl's tie
facilities to associate hash keys with the properties of the object. For
example:
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 3e91a56..41e90f7 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -228,7 +228,7 @@ There is a special Makefile variable POD_DEPENDS that should be set to the
list of files that need to be created before the doc.pl step is run, include
files.
-There is also a variable BLIB_DONE which should be used as a dependancy
+There is also a variable BLIB_DONE which should be used as a dependency
anywhere a rule needs to be sure that a loadable and working module resides in
the blib directory before running.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]