From 1e2609651b9465edcab6895225086841b700f64c Mon Sep 17 00:00:00 2001 From: kanozec <30459655+kanozec@users.noreply.github.com> Date: Fri, 15 Nov 2019 20:13:38 +0800 Subject: [PATCH] Fix typo in plugin package (#13043) Automatic Merge --- plugin/client_rpc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/client_rpc.go b/plugin/client_rpc.go index a902252df8..1eb8ce08da 100644 --- a/plugin/client_rpc.go +++ b/plugin/client_rpc.go @@ -525,7 +525,7 @@ func (s *hooksRPCServer) FileWillBeUploaded(args *Z_FileWillBeUploadedArgs, retu return nil } -// MessageWillBePosted is in this file because of the difficulty of identifiying which fields need special behaviour. +// MessageWillBePosted is in this file because of the difficulty of identifying which fields need special behaviour. // The special behaviour needed is decoding the returned post into the original one to avoid the unintentional removal // of fields by older plugins. func init() { @@ -565,8 +565,8 @@ func (s *hooksRPCServer) MessageWillBePosted(args *Z_MessageWillBePostedArgs, re return nil } -// MessageWillBeUpdated is in this file because of the difficulty of identifiying which fields need special behaviour. -// The special behavour needed is decoding the returned post into the original one to avoid the unintentional removal +// MessageWillBeUpdated is in this file because of the difficulty of identifying which fields need special behaviour. +// The special behaviour needed is decoding the returned post into the original one to avoid the unintentional removal // of fields by older plugins. func init() { hookNameToId["MessageWillBeUpdated"] = MessageWillBeUpdatedId