diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-12 23:13:54 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-12 23:13:54 +0100 |
| commit | a086c646ee78389d2b21549ecbb73a309ed70eef (patch) | |
| tree | ef9df6572a92ba516cdfaf9c464d083d29796fad | |
| parent | 62fe08e09b6d66c76e245547b3779c77a7b3a322 (diff) | |
; Fix typosexternals/arbitools
| -rw-r--r-- | arbitools.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arbitools.el b/arbitools.el index b0fd83b..6635da1 100644 --- a/arbitools.el +++ b/arbitools.el @@ -76,7 +76,7 @@ ;; - Print standings - Native ;; ;; - Calculate performance and ARPO (Average Rating Performance of Opponents -Native -;; ARPO calcuations are based on the ideas of Miguel Brozos, Marco A. Campo, +;; ARPO calculations are based on the ideas of Miguel Brozos, Marco A. Campo, ;; Carlos Díaz and Julio González ;; eio.usc.es/pub/julio/desempate/Performance_Recursiva.htm ;; @@ -1147,7 +1147,7 @@ Only do it if `arbitools-verbose' is non-nil." (defun arbitools-calculate-arpo () "Calculates the ARPO for all the players and writes the results to a buffer. also it creates a userTB.txt buffer, so that it can be used in Vega." - ;; TODO This algorythm is terribly inefficient, it should be improved + ;; TODO This algorithm is terribly inefficient, it should be improved (interactive) (save-excursion |
