Browse Source

spelling: iterator

Josh Soref 7 years ago
parent
commit
1c11335ebb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/design/datasrc/data-source-classes.txt

+ 1 - 1
doc/design/datasrc/data-source-classes.txt

@@ -310,7 +310,7 @@ image::memmgr-mapped-init.png[]
 
 
 4. The memmgr module then calls
 4. The memmgr module then calls
    `ConfigurableClientList::getZoneTableAccessor()`, and calls the
    `ConfigurableClientList::getZoneTableAccessor()`, and calls the
-   `getItertor()` method on it to get a list of zones for which
+   `getIterator()` method on it to get a list of zones for which
    zone data are to be loaded into the memory segment.
    zone data are to be loaded into the memory segment.
 
 
 5. The memmgr module loads the zone data for each such zone.  This
 5. The memmgr module loads the zone data for each such zone.  This