Skip to content

Commit 3b6b56b

Browse files
committed
Fix typo
1 parent 18e75ee commit 3b6b56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nestkernel/nest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ get_connections( const DictionaryDatum& dict )
221221
void
222222
disconnect( const ArrayDatum& conns )
223223
{
224-
// probably not strictly necessarye here, but does nothing if all is up to date
224+
// probably not strictly necessary here, but does nothing if all is up to date
225225
kernel().node_manager.update_thread_local_node_data();
226226

227227
for ( size_t conn_index = 0; conn_index < conns.size(); ++conn_index )

0 commit comments

Comments
 (0)