libf 1 년 전
부모
커밋
3ef086b686
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      remotecmd/remote/s/ro.py

+ 2 - 2
remotecmd/remote/s/ro.py

@@ -382,10 +382,10 @@ meval() {
 					echo "$*"
 				fi
 			else
-				trace W "unkown command 'on error $1'"
+				trace W "unknown command 'on error $1'"
 			fi
 		else
-			trace W "unkown command 'on $*'"
+			trace W "unknown command 'on $*'"
 		fi
 	}
 	ignore_previous_error() {