smeerten / ssnake

A program for the analysis of NMR data.
Other
19 stars 15 forks source link

Small typo in Dipolar Distance tool #151

Closed hbrmn closed 2 months ago

hbrmn commented 1 year ago

Hi,

when programming the responsive M2 calculation window in the dipolar distance tool, a typo has snuck in. Please correct "Hetronuclear" to "Heteronuclear", see below.

Hetro

Line 7728 in ssnake.py

self.M2label.setText(u'M₂ Hetronuclear')

There are more instances that won't affect the functioning of the code, but I suppose a quick search+replace can easily correct all instances.

Cheers Henrik