[Spice-devel] [spice-gtk 07/11] Fix "can not" typo in comment
Christophe Fergeau
cfergeau at redhat.com
Thu Oct 30 05:56:40 PDT 2014
---
gtk/usb-device-widget.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtk/usb-device-widget.c b/gtk/usb-device-widget.c
index 69c74b3..74862ee 100644
--- a/gtk/usb-device-widget.c
+++ b/gtk/usb-device-widget.c
@@ -373,7 +373,7 @@ static void check_can_redirect(GtkWidget *widget, gpointer user_data)
device, &err);
gtk_widget_set_sensitive(widget, can_redirect);
- /* If we can not redirect this device, append the error message to
+ /* If we cannot redirect this device, append the error message to
err_msg, but only if it is *not* already there! */
if (!can_redirect) {
if (priv->err_msg) {
--
2.1.0
More information about the Spice-devel
mailing list