Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 1, 2024
1 parent b09a4fa commit 970f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_ecephys_data_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TEST_CASE("ElectricalSeriesReadExample", "[ecephys]")
std::vector<std::vector<float>> mockData =
getMockData2D(numSamples, numChannels);
std::vector<double> mockTimestamps = getMockTimestamps(numSamples, 1);
// To veryify that the data was written correctly, we here transpose the
// To verify that the data was written correctly, we here transpose the
// mockData (which is per channel) to the (time x channel) layout used
// in the ElectricalSeries in the NWB file so we can compare
std::vector<std::vector<float>> mockDataTransposed;
Expand Down

0 comments on commit 970f4c8

Please sign in to comment.