]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: entry
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:35:19 +0000 (22:35 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:44 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/ws-auth.cc

index 674446ccbfe4b90bdf05fbe14324f3f92a320713..c7d3f69ac91ba3b258d6aa5b4865799629b05908 100644 (file)
@@ -177,8 +177,8 @@ void AuthWebServer::printvars(ostringstream &ret)
   ret<<"<div class=panel><h2>Variables</h2><table class=\"data\">"<<endl;
 
   vector<string>entries=S.getEntries();
-  for(const auto & entrie : entries) {
-    ret<<"<tr><td>"<<entrie<<"</td><td>"<<S.read(entrie)<<"</td><td>"<<S.getDescrip(entrie)<<"</td>"<<endl;
+  for(const auto & entry : entries) {
+    ret<<"<tr><td>"<<entry<<"</td><td>"<<S.read(entry)<<"</td><td>"<<S.getDescrip(entry)<<"</td>"<<endl;
   }
 
   ret<<"</table></div>"<<endl;