소스 검색

comment fix

leonsal 8 년 전
부모
커밋
0906d4534f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/root.go

+ 1 - 1
gui/root.go

@@ -173,7 +173,7 @@ func (r *Root) onKey(evname string, ev interface{}) {
 	// Dispatch window.KeyEvent to focused panel subscribers
 	r.stopPropagation = 0
 	r.keyFocus.GetPanel().Dispatch(evname, ev)
-	// If requested, stopj propagation of event outside the root gui
+	// If requested, stop propagation of event outside the root gui
 	if (r.stopPropagation & Stop3D) != 0 {
 		r.win.CancelDispatch()
 	}