From ef00a3f996d1cfc42ef3c330224ee71767594834 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 22 Nov 2018 17:35:56 -0200 Subject: [PATCH] Updating Makefile for modularization. --- local/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/session.cc b/local/session.cc index ef69765..e0df4f5 100644 --- a/local/session.cc +++ b/local/session.cc @@ -138,7 +138,7 @@ return (ConnectionState) lib3270_get_connection_state(this->hSession); } - /// @brief Set field at current posicion, jumps to next writable field. + /// @brief Set field at current position, jumps to next writable field. TN3270::Session & Local::Session::push(const char *text) { std::lock_guard lock(sync); return *this; -- libgit2 0.21.2