summaryrefslogtreecommitdiff
path: root/app/services/keys/destroy_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/keys/destroy_service.rb')
-rw-r--r--app/services/keys/destroy_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/keys/destroy_service.rb b/app/services/keys/destroy_service.rb
index e2ae4047941..159455f80f3 100644
--- a/app/services/keys/destroy_service.rb
+++ b/app/services/keys/destroy_service.rb
@@ -6,7 +6,7 @@ module Keys
key.destroy if destroy_possible?(key)
end
- # overriden in EE::Keys::DestroyService
+ # overridden in EE::Keys::DestroyService
def destroy_possible?(key)
true
end