Commit ef00a3f996d1cfc42ef3c330224ee71767594834

Authored by Perry Werneck
1 parent 0422d0e2
Exists in master and in 1 other branch develop

Updating Makefile for modularization.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
local/session.cc
@@ -138,7 +138,7 @@ @@ -138,7 +138,7 @@
138 return (ConnectionState) lib3270_get_connection_state(this->hSession); 138 return (ConnectionState) lib3270_get_connection_state(this->hSession);
139 } 139 }
140 140
141 - /// @brief Set field at current posicion, jumps to next writable field. 141 + /// @brief Set field at current position, jumps to next writable field.
142 TN3270::Session & Local::Session::push(const char *text) { 142 TN3270::Session & Local::Session::push(const char *text) {
143 std::lock_guard<std::mutex> lock(sync); 143 std::lock_guard<std::mutex> lock(sync);
144 return *this; 144 return *this;