Skip to content

Commit

Permalink
src: fix a typo in the comment
Browse files Browse the repository at this point in the history
withing -> within

PR-URL: #23078
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
  • Loading branch information
gireeshpunathil authored and addaleax committed Sep 25, 2018
1 parent 4e084ad commit 3ea0588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_options.h
Expand Up @@ -288,7 +288,7 @@ class OptionsParser {
}
};

// Represents a field of type T withing `Options` that can be looked up
// Represents a field of type T within `Options` that can be looked up
// as a C++ member field.
template <typename T>
class SimpleOptionField : public OptionField<T> {
Expand Down

0 comments on commit 3ea0588

Please sign in to comment.