Skip to content

Commit

Permalink
Trivial, correct school spelling in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAbrams authored and arvidn committed Jul 14, 2019
1 parent 8420f01 commit 7d00e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ namespace {
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) &
{
switch (e.type())
Expand Down Expand Up @@ -395,7 +395,7 @@ namespace {
}

#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) &
{
switch (e.type())
Expand Down

0 comments on commit 7d00e80

Please sign in to comment.