[gnome-bluetooth] trivial: fix typos
- From: Daniele Forsi <dforsi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] trivial: fix typos
- Date: Sat, 5 May 2012 10:46:30 +0000 (UTC)
commit 49ba860122bd70bfc7a76f1216359fa079ab510d
Author: Daniele Forsi <dforsi src gnome org>
Date: Sat May 5 12:32:12 2012 +0200
trivial: fix typos
Mostly found with codespell.py
applet/bluetooth-applet.c | 2 +-
lib/bluetooth-chooser.c | 2 +-
sendto/bluetooth-sendto.1 | 4 ++--
sendto/main.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/applet/bluetooth-applet.c b/applet/bluetooth-applet.c
index cecf8a0..dc7a2a6 100644
--- a/applet/bluetooth-applet.c
+++ b/applet/bluetooth-applet.c
@@ -1031,7 +1031,7 @@ bluetooth_applet_class_init (BluetoothAppletClass *klass)
properties[PROP_FULL_MENU] = g_param_spec_boolean ("show-full-menu",
"Show the full applet menu",
- "Show actions related to the adapter and other miscellanous in the main menu",
+ "Show actions related to the adapter and other miscellaneous in the main menu",
TRUE, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (gobject_class, PROP_FULL_MENU, properties[PROP_FULL_MENU]);
diff --git a/lib/bluetooth-chooser.c b/lib/bluetooth-chooser.c
index 55b1b0e..7450a8e 100644
--- a/lib/bluetooth-chooser.c
+++ b/lib/bluetooth-chooser.c
@@ -653,7 +653,7 @@ static void default_adapter_changed (GObject *gobject,
g_object_unref (priv->filter);
gtk_widget_set_sensitive (GTK_WIDGET (priv->treeview), TRUE);
- /* Start a disovery if it was requested before we
+ /* Start a discovery if it was requested before we
* had an adapter available */
if (priv->disco_rq != FALSE)
bluetooth_chooser_start_discovery (self);
diff --git a/sendto/bluetooth-sendto.1 b/sendto/bluetooth-sendto.1
index 9c893f6..9ce6881 100644
--- a/sendto/bluetooth-sendto.1
+++ b/sendto/bluetooth-sendto.1
@@ -1,12 +1,12 @@
.TH BLUETOOTH-SENDTO 1 "Oct 4, 2006" "gnome-bluetooth" "Linux User's Manual"
.SH NAME
-bluetooth-sendto - GTK application for transfering files over Bluetooth
+bluetooth-sendto - GTK application for transferring files over Bluetooth
.SH SYNOPSIS
.B bluetooth-sendto
[\--device=XX:XX:XX:XX:XX:XX] [file] [file...]
.SH DESCRIPTION
.I bluetooth-sendto
-will display a dialog for transfering files over Bluetooth.
+will display a dialog for transferring files over Bluetooth.
.I bluetooth-sendto
is part of gnome-bluetooth, see also http://live.gnome.org/GnomeBluetooth
.SH OPTIONS
diff --git a/sendto/main.c b/sendto/main.c
index 7390651..8335930 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -821,7 +821,7 @@ int main(int argc, char *argv[])
error->message);
g_error_free(error);
} else
- g_print("An unknown error occured\n");
+ g_print("An unknown error occurred\n");
return 1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]