Skip to content

Commit

Permalink
Merge pull request #85 from Wandmalfarbe/patch-1
Browse files Browse the repository at this point in the history
Fixed two typos in Arara.java
  • Loading branch information
cereda committed Dec 15, 2016
2 parents 87710d5 + 627991d commit 154a408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/main/java/com/github/cereda/arara/Arara.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ public static void main(String[] args) {

// arara features now a cool stopwatch, so we can see how
// much time has passed since everything started; start(),
// for obvious reasons, start the stopwatch and keeps track
// for obvious reasons, starts the stopwatch and keeps track
// of time for us; internally, this class makes use of
// nano time, so we might get an interesting precision here
// (although timinig is not a serious business in here, it's
// (although timing is not a serious business in here, it's
// just a cool addition)
StopWatch.start();

Expand Down

0 comments on commit 154a408

Please sign in to comment.