Skip to content

Commit 6f96ef4

Browse files
Merge pull request #90 from SciML/fix-spelling-issues
[ci skip] Fix spelling errors in NBodySimulator.jl
2 parents ac47e0d + 48bce3a commit 6f96ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/custom_potential_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function get_accelerating_function(p::CustomPotentialParameters,
1111
end
1212
end
1313

14-
@testset "A sysem with custom potential" begin
14+
@testset "A system with custom potential" begin
1515
m1 = 1.0
1616
m2 = 1.0
1717

test/gravitational_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using OrdinaryDiffEq
3535
@test e_kinkinetic_energy(sim_result, t1) atol=ε
3636
end
3737

38-
@testset "Using convertion into SecondOrderODEProblem" begin
38+
@testset "Using conversion into SecondOrderODEProblem" begin
3939
sim_result = run_simulation(simulation, DPRKN6())
4040
solution_simo_3_2nd = sim_result.solution
4141
ε = 0.001

0 commit comments

Comments
 (0)