From 7d00e80a7a72025c8ca0a3fc4f6d96f0ccc1ae39 Mon Sep 17 00:00:00 2001 From: Amir Abrams Date: Fri, 5 Jul 2019 13:01:44 -0500 Subject: [PATCH] Trivial, correct school spelling in comments --- src/entry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entry.cpp b/src/entry.cpp index 750d765eb29..893ab55db83 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -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()) @@ -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())