Skip to content

Commit 983baef

Browse files
committed
fix some typos in defaults
1 parent 5cf1418 commit 983baef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

binary/defaults/binary_controls.defaults

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
! Limits to timestep controls give by fm, fr and fe.
266266
! As these three quantities evolve naturally to zero,
267267
! following strictly the timestep limit given by fX would
268-
! reduce timesteps infinetely. These fX_limit avoid this problem
268+
! reduce timesteps infinitely. These fX_limit avoid this problem
269269
! by computing the limit to the timestep as
270270

271271
! ::
@@ -537,7 +537,7 @@
537537
! explicit mass transfer computation.
538538
! ___________________________________
539539

540-
! MESA can compute mass transfer rates either explicitly (at the beggining
540+
! MESA can compute mass transfer rates either explicitly (at the begging
541541
! of the step) or implicitly (iterating the solution until the mass transfer
542542
! rate matches the value computed at the end of the step). The explicit method
543543
! is used if ``max_tries_to_achieve <= 0``.
@@ -863,7 +863,7 @@
863863
! ~~~~~~~~~~
864864

865865
! Include loss of angular momentum via mass loss. The parameters
866-
! ``mass_transfer_*`` determine the fractions of mass lost from the vincinity
866+
! ``mass_transfer_*`` determine the fractions of mass lost from the vicinity
867867
! of the donor, the accretor, or a circumbinary coplanar toroid.
868868

869869
! ::
@@ -1330,7 +1330,7 @@
13301330

13311331
! During CE, if the star spends this amount of time detached, terminate CE even if
13321332
! CE_rel_rlo_for_detachment has not been reached.
1333-
! If set to a large number mass loss will only stop when the star definetely wants
1333+
! If set to a large number mass loss will only stop when the star definitely wants
13341334
! to detach. If set to a low number system will likely switch to stable mass transfer.
13351335

13361336
! ::

binary/defaults/binary_history_columns.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
! ! happens, and is updated when each CE phase finishes
136136
!CE_lambda2 ! same for star 2
137137
!CE_Ebind1 ! similar to CE_lambda1, but specifies the binding energy down to the mass
138-
! ! coordinate of layers that we're ejected. Includes adjustements to Ebind from
138+
! ! coordinate of layers that we're ejected. Includes adjustments to Ebind from
139139
! ! alpha_th and other options.
140140
!CE_Ebind2 ! similar to CE_lambda1, but specifies the binding energy down to the mass
141-
! ! coordinate of layers that we're ejected. Includes adjustements to Ebind from
141+
! ! coordinate of layers that we're ejected. Includes adjustments to Ebind from
142142
! ! alpha_th and other options.
143143
!CE_num1 ! number of times star 1 has initiated a CE phase
144144
!CE_num2 ! number of times star 2 has initiated a CE phase

star/defaults/history_columns.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
!## information about individual reactions
290290

291291
! adds columns for all of the reactions that are in the current net
292-
! Note that if using op_split_burn=.true. then zones which have been split will report 0 for thier rates
292+
! Note that if using op_split_burn=.true. then zones which have been split will report 0 for their rates
293293
!add_raw_rates ! raw reaction rates, reactions/second
294294
!add_screened_rates ! screened reaction rates reactions/second
295295
!add_eps_nuc_rates ! Nuclear energy (minus neutrino losses) released erg/s
@@ -694,7 +694,7 @@
694694
total_mass he4
695695
! etc.
696696

697-
! individial log10 mass totals for entire star (in Msun units)
697+
! individual log10 mass totals for entire star (in Msun units)
698698
!log_total_mass h1
699699
!log_total_mass he4
700700
! etc.

0 commit comments

Comments
 (0)