Browse Source

fix typos (#2010)

pull/4/head
Brenton Bostick 3 years ago committed by GitHub
parent
commit
da71e2524c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      controller/EmbeddedNetworkController.cpp

2
controller/EmbeddedNetworkController.cpp

@ -925,7 +925,7 @@ void EmbeddedNetworkController::configureHTTPControlPlane(
std::vector<json> memTmp;
if (_db.get(nwid, network, memTmp)) {
for (auto m = memTmp.begin(); m != memTmp.end(); ++m) {
int revision = OSUtils::jsonInt((*m)["revsision"], 0);
int revision = OSUtils::jsonInt((*m)["revision"], 0);
std::string id = OSUtils::jsonString((*m)["id"], "");
if (id.length() == 10) {
json tmp = json::object();

Loading…
Cancel
Save