Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Like I said you can also put s-expressions inside s-expressions to create hierar
(countries uk)))
#+END_SRC

And as you could see earlier in the [[How to use]] section you can query this hierachy easily with
And as you could see earlier in the [[How to use]] section you can query this hierarchy easily with
this library. Say that this s-expression is stored in a variable called ~objs~, you can query it like this:

#+BEGIN_SRC lisp
Expand Down
2 changes: 1 addition & 1 deletion tests/catch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4658,7 +4658,7 @@ namespace Catch {
ss << seed;
ss >> config.rngSeed;
if( ss.fail() )
throw std::runtime_error( "Argment to --rng-seed should be the word 'time' or a number" );
throw std::runtime_error( "Argument for --rng-seed should be the word 'time' or a number" );
}
}
inline void setVerbosity( ConfigData& config, int level ) {
Expand Down