浏览代码

signer/core: Fixes typo of method name in comment. (#18222)

vim88 7 年之前
父节点
当前提交
efe5886877
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      signer/core/api.go

+ 1 - 1
signer/core/api.go

@@ -82,7 +82,7 @@ type SignerUI interface {
 	// OnSignerStartup is invoked when the signer boots, and tells the UI info about external API location and version
 	// information
 	OnSignerStartup(info StartupInfo)
-	// OnInputRequried is invoked when clef requires user input, for example master password or
+	// OnInputRequired is invoked when clef requires user input, for example master password or
 	// pin-code for unlocking hardware wallets
 	OnInputRequired(info UserInputRequest) (UserInputResponse, error)
 }