Skip to content
Snippets Groups Projects
Commit b2d23702 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix typo.

parent 9cf27e32
No related branches found
No related tags found
1 merge request!5Intentional change
......@@ -1320,7 +1320,7 @@ getTimeDeltaFromDateTime(struct _datetime* dt1, struct _datetime* dt2, struct _t
struct _julianday jd2;
date2julian(dt2, &jd2);
/* Calculat Delta on Julian axis. "RULE: A - B = Delta". If A > B, Delta is positive. */
/* Calculate Delta on Julian axis. "RULE: A - B = Delta". If A > B, Delta is positive. */
struct _juliandelta jd;
/* Substract the 2 dates on julian axis. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment