DiscBase: Amend typo within getPartitonNodeCount() name

Adds an extra 'i' to correct a typo.
This commit is contained in:
Lioncash 2019-09-05 21:57:41 -04:00
parent 7ddff919c1
commit f5c3cbdcd7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}