summaryrefslogtreecommitdiff
path: root/include/kvm_websocket.hpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-07-08 22:46:53 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-10 19:48:10 +0300
commitcaa3ce3cd0c310185034ba25c0f8464909fa54cb (patch)
treeee93e043240de8cf6451e76d21283a0af55c5322 /include/kvm_websocket.hpp
parent4e0453b11cf4780b06c73643ce31e6bc1809b7cf (diff)
downloadbmcweb-caa3ce3cd0c310185034ba25c0f8464909fa54cb.tar.xz
Codespell spelling fixes
These spelling errors were found using https://github.com/codespell-project/codespell Tested: Built and ran against validator. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I214fe102550295578cfdf0fc58305897d261ce55
Diffstat (limited to 'include/kvm_websocket.hpp')
-rw-r--r--include/kvm_websocket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kvm_websocket.hpp b/include/kvm_websocket.hpp
index ed7c8cfedd..6db06fce0c 100644
--- a/include/kvm_websocket.hpp
+++ b/include/kvm_websocket.hpp
@@ -55,7 +55,7 @@ class KvmSession
<< " bytes from websocket";
boost::asio::buffer_copy(inputBuffer.prepare(data.size()),
boost::asio::buffer(data));
- BMCWEB_LOG_DEBUG << "conn:" << &conn << ", Commiting " << data.size()
+ BMCWEB_LOG_DEBUG << "conn:" << &conn << ", Committing " << data.size()
<< " bytes from websocket";
inputBuffer.commit(data.size());