about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhanemile <hanemile@chaosdorf.de>2018-09-28 18:23:53 +0200
committerhanemile <hanemile@chaosdorf.de>2018-09-28 18:23:53 +0200
commit4aaa1d44ee9105ec623207fef2db7467a21fc455 (patch)
treea366dbd4caa413c6524de45001a02fd558d9bf37
parent297a0cfae141af5748f5f5edb8d4a43fd4450ed1 (diff)
some spellchecking
-rw-r--r--force.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/force.go b/force.go
index aac2e8e..32d1d6c 100644
--- a/force.go
+++ b/force.go
@@ -3,7 +3,7 @@ package main
 import (
 	"math"
 	"fmt"
-	"ioutil"
+	"io/ioutil"
 )
 
 // forces_acting calculates the force inbetween the two given stars s1 and s2