Browse Source

Fix typo in qvm_copy_nautilus.py

Markus Fenske 3 years ago
parent
commit
78c37a7536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubes-rpc/nautilus/qvm_copy_nautilus.py

+ 1 - 1
qubes-rpc/nautilus/qvm_copy_nautilus.py

@@ -6,7 +6,7 @@ from gi.repository import Nautilus, GObject
 class CopyToAppvmItemExtension(GObject.GObject, Nautilus.MenuProvider):
     '''Copy file(s) to AppVM.
 
-    Uses the nautilus-python api to previce a context menu with Nautilus which
+    Uses the nautilus-python api to provide a context menu with Nautilus which
     will enable the user to select file(s) to to copy to another AppVM
     '''
     def get_file_items(self, window, files):