Fix typo in qvm_copy_nautilus.py

This commit is contained in:
Markus Fenske 2021-03-14 15:14:37 +01:00 committed by GitHub
parent 3299112227
commit 78c37a7536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ from gi.repository import Nautilus, GObject
class CopyToAppvmItemExtension(GObject.GObject, Nautilus.MenuProvider): class CopyToAppvmItemExtension(GObject.GObject, Nautilus.MenuProvider):
'''Copy file(s) to AppVM. '''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 will enable the user to select file(s) to to copy to another AppVM
''' '''
def get_file_items(self, window, files): def get_file_items(self, window, files):