From c245f7e34ae63c83c59996109208fafa971b9dd4 Mon Sep 17 00:00:00 2001 From: hrxi Date: Sat, 1 Jun 2019 17:09:26 +0200 Subject: Fix a couple of typos and double imports --- plugins/openpgp/src/in_file_processor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/openpgp/src/in_file_processor.vala') diff --git a/plugins/openpgp/src/in_file_processor.vala b/plugins/openpgp/src/in_file_processor.vala index 568315f9..918f824a 100644 --- a/plugins/openpgp/src/in_file_processor.vala +++ b/plugins/openpgp/src/in_file_processor.vala @@ -2,7 +2,7 @@ using Dino.Entities; namespace Dino.Plugins.OpenPgp { -public class InFileProcessor : IncommingFileProcessor, Object { +public class InFileProcessor : IncomingFileProcessor, Object { public bool can_process(FileTransfer file_transfer) { return file_transfer.file_name.has_suffix("pgp") || file_transfer.mime_type == "application/pgp-encrypted"; } -- cgit v1.2.3-70-g09d2