Trivial, correct school spelling in comments

This commit is contained in:
Amir Abrams 2019-07-05 13:01:44 -05:00 committed by Arvid Norberg
parent 8420f01eb4
commit 7d00e80a7a
1 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ namespace {
m_type = preformatted_t; m_type = preformatted_t;
} }
// convert a bdecode_node into an old skool entry // convert a bdecode_node into an old school entry
entry& entry::operator=(bdecode_node const& e) & entry& entry::operator=(bdecode_node const& e) &
{ {
switch (e.type()) switch (e.type())
@ -395,7 +395,7 @@ namespace {
} }
#if TORRENT_ABI_VERSION == 1 #if TORRENT_ABI_VERSION == 1
// convert a lazy_entry into an old skool entry // convert a lazy_entry into an old school entry
entry& entry::operator=(lazy_entry const& e) & entry& entry::operator=(lazy_entry const& e) &
{ {
switch (e.type()) switch (e.type())