Skip to content

Commit

Permalink
Spelling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ice0 committed Dec 9, 2019
1 parent 450e487 commit 2b59026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/ipc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ using namespace studio;
static std::mutex cmd_mutex;
static std::list<synfig::String> cmd_queue;
static Glib::Dispatcher* cmd_dispatcher;
static std::atimic<bool> thread_should_quit(false);
static std::atomic<bool> thread_should_quit(false);
std::thread *cmd_thread = nullptr;
static void
pipe_listen_thread()
Expand Down

0 comments on commit 2b59026

Please sign in to comment.