[perl-Glib] Fix typos in error message and POD
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Fix typos in error message and POD
- Date: Sun, 11 Dec 2016 20:19:01 +0000 (UTC)
commit feef14a736d1950fc558ee98c5ef83ca5fa9df8d
Author: intrigeri <intrigeri boum org>
Date: Sun Oct 2 08:36:00 2016 +0000
Fix typos in error message and POD
https://bugzilla.gnome.org/show_bug.cgi?id=772328
GType.xs | 4 ++--
lib/Glib/GenPod.pm | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/GType.xs b/GType.xs
index 614d4af..1a687ae 100644
--- a/GType.xs
+++ b/GType.xs
@@ -179,7 +179,7 @@ is not to be modified.
Turns I<sv> into its fundamental representation and stores the result in the
pre-configured I<value>. I<value> must not be overwritten; instead one of the
various C<g_value_set_*()> functions must be used or the C<value-E<gt>data>
-pointer must be modifed directly.
+pointer must be modified directly.
typedef void (*GPerlValueUnwrapFunc) (GValue * value,
SV * sv);
@@ -1117,7 +1117,7 @@ gperl_real_signal_accumulator (GSignalInvocationHint *ihint,
"###\n"
"### your sub returned %d value%s\n"
"###\n"
- "### there's no resonable way to recover from this.\n"
+ "### there's no reasonable way to recover from this.\n"
"### you must fix this code",
n, n==1?"":"s");
croak (Nullch);
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 5c74a96..75872d0 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -877,7 +877,7 @@ pod will be still be placed there.
This function is called at all of the specified points through out the process
of generating pod for a page. Any pod matching the I<position> passed will be
returned, undef if no matches were found. If I<position> is undef all pods
-without sepcific postion information will be returned. I<pods> is a reference
+without specific position information will be returned. I<pods> is a reference
to an array of pod hashes.
=over
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]