Skip to content

Commit

Permalink
minor spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Aug 8, 2019
1 parent 194a180 commit 25d1e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/spike_time_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

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

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

# Two population that spike at slighlty different times
# Two population that spike at slightly different times
input_1 = sim.Population(
1, sim.SpikeSourceArray(spike_times=[1, 21, 42, 61, 84]), label="input")
input_2 = sim.Population(
Expand Down

0 comments on commit 25d1e76

Please sign in to comment.