We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e75ee commit 3b6b56bCopy full SHA for 3b6b56b
nestkernel/nest.cpp
@@ -221,7 +221,7 @@ get_connections( const DictionaryDatum& dict )
221
void
222
disconnect( const ArrayDatum& conns )
223
{
224
- // probably not strictly necessarye here, but does nothing if all is up to date
+ // probably not strictly necessary here, but does nothing if all is up to date
225
kernel().node_manager.update_thread_local_node_data();
226
227
for ( size_t conn_index = 0; conn_index < conns.size(); ++conn_index )
0 commit comments