Skip to content

Commit 7afe132

Browse files
committed
typo
1 parent 146ec60 commit 7afe132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/board_controller/ant_neuro/ant_neuro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ int AntNeuroBoard::prepare_session ()
133133
// Check if amplifier is found
134134
if (amp == NULL)
135135
{
136-
throw exceptions::notFound ("No amplifier matched the given board name and serial number.");
136+
throw exceptions::notFound ("no amplifier matched the given board name and serial number.");
137137
}
138138

139139
// Clean up remaining amplifiers after the selected one

0 commit comments

Comments
 (0)