Skip to content

Commit 25d1e76

Browse files
committed
minor spelling issues
1 parent 194a180 commit 25d1e76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/spike_time_compare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
# A simple script that compares the spikes from two inputs to dettermine is
17-
# one soiked just before or after another.
16+
# A simple script that compares the spikes from two inputs to determine if
17+
# one spiked just before or after the other.
1818

1919
import spynnaker8 as sim
2020
import pyNN.utility.plotting as plot
@@ -29,7 +29,7 @@
2929
pop_1 = sim.Population(11, sim.IF_curr_exp(
3030
tau_syn_E=1, tau_refrac=0, tau_m=1), label="pop_1")
3131

32-
# Two population that spike at slighlty different times
32+
# Two population that spike at slightly different times
3333
input_1 = sim.Population(
3434
1, sim.SpikeSourceArray(spike_times=[1, 21, 42, 61, 84]), label="input")
3535
input_2 = sim.Population(

0 commit comments

Comments
 (0)