From 1fb51ff3535a1372754e9124d56404c3706224f1 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Tue, 26 Oct 2021 21:48:00 -0400 Subject: [PATCH] Fix typo in comment --- contracts/protocol-viewers/ProtocolViewer.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/protocol-viewers/ProtocolViewer.sol b/contracts/protocol-viewers/ProtocolViewer.sol index d03a5ffa4..1cef91a05 100644 --- a/contracts/protocol-viewers/ProtocolViewer.sol +++ b/contracts/protocol-viewers/ProtocolViewer.sol @@ -28,7 +28,7 @@ import { StreamingFeeModuleViewer } from "./StreamingFeeModuleViewer.sol"; * @title ProtocolViewer * @author Set Protocol * - * ProtocolViewer enables atch queries of various protocol state. + * ProtocolViewer enables batch queries of various protocol state. */ contract ProtocolViewer is ERC20Viewer, @@ -36,4 +36,4 @@ contract ProtocolViewer is StreamingFeeModuleViewer { constructor() public {} -} \ No newline at end of file +}