Daniel Valdivia commited on
Commit
18c60fc
·
unverified ·
1 Parent(s): a2bce18

server : fix typo (#2181)

Browse files

A simple comment typo, PR can be dismissed

Files changed (1) hide show
  1. examples/server/server.cpp +1 -1
examples/server/server.cpp CHANGED
@@ -947,7 +947,7 @@ int main(int argc, char ** argv) {
947
  "application/json");
948
  }
949
 
950
- // reset params to thier defaults
951
  params = default_params;
952
  });
953
  svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){
 
947
  "application/json");
948
  }
949
 
950
+ // reset params to their defaults
951
  params = default_params;
952
  });
953
  svr.Post(sparams.request_path + "/load", [&](const Request &req, Response &res){