summaryrefslogtreecommitdiff
path: root/src/pstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pstream.h')
-rw-r--r--src/pstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pstream.h b/src/pstream.h
index 6b12dcf0..16b16ce8 100644
--- a/src/pstream.h
+++ b/src/pstream.h
@@ -84,7 +84,7 @@ class ptristream : public std::istream
ios_base::openmode)
{
// cast to avoid gcc '-Wswitch' warning
- // as ios_base::beg/cur/end are not necesssarily values of 'way' enum type ios_base::seekdir
+ // as ios_base::beg/cur/end are not necessarily values of 'way' enum type ios_base::seekdir
// based on https://svn.boost.org/trac/boost/ticket/7644
switch (static_cast<int>(way)) {
case std::ios::cur: