mirror of https://github.com/AxioDL/nod.git
DiscBase: Amend typo within getPartitonNodeCount() name
Adds an extra 'i' to correct a typo.
This commit is contained in:
parent
7ddff919c1
commit
f5c3cbdcd7
|
@ -350,7 +350,7 @@ public:
|
|||
|
||||
const Header& getHeader() const { return m_header; }
|
||||
const IDiscIO& getDiscIO() const { return *m_discIO; }
|
||||
size_t getPartitonNodeCount(size_t partition = 0) const {
|
||||
size_t getPartitionNodeCount(size_t partition = 0) const {
|
||||
if (partition >= m_partitions.size()) {
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue