Skip to content

Commit

Permalink
spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 3, 2016
1 parent 99e6c97 commit 85c6934
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -27,7 +27,7 @@ easiest way to contribute.
* Fork the [repo][].
* Create a new branch for your issue: `git checkout -b issue/my-issue`
* Lovingly craft your contribution:
* `rake develop` to get started, or if you prefer bundler `rake develop:using_bunder && bundle`.
* `rake develop` to get started
* `rake test` to run tests
* Make sure that `rake test` passes. Its important, I said it twice.
* Add yourself to the contributors section below.
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,5 +1,11 @@
# Hitimes Changelog

## Version 1.2.4 2016-05-01

* Fix finding the extension on ruby 2.1.10 (thanks @wpiekutowski)
* Add more readable load error (thanks @mbautin)
* Update README with what versions of ruby are supported.

## Version 1.2.3 2015-09-13

* Release new fatbinary version for windows
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -138,8 +138,8 @@ puts timed_value_metric.value_stats.stddev

### Implementation details

THitimes use the appropriate low-level system call for each operating system to
get the highest granualtiry time increment possible. Generally this is
Hitimes use the appropriate low-level system call for each operating system to
get the highest granularity time increment possible. Generally this is
nanosecond resolution, or whatever the hardware chip in the CPU supports.

It currently supports any of the following systems:
Expand Down

0 comments on commit 85c6934

Please sign in to comment.