This commit is contained in:
Lucas Lazare 2019-05-18 18:21:01 -04:00
parent 863e0babd8
commit a00f812cd1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ void Workspaces::onCmd(const struct Ipc::ipc_response &res) {
}
}
// Adding new workspaces to the output (those where never showed in this output before)
// Adding new workspaces to the output (those were never showed in this output before)
for (int i = 0; workspaces_.size() > sorted_workspaces.size(); ++i) {
workspaces_order_.emplace_back(workspaces_[i]["name"].asString());
sorted_workspaces.emplace_back(workspaces_[i]);