Skip to content

Commit e50daea

Browse files
committed
Fix spelling
1 parent c8de986 commit e50daea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
* Bug fixes
2929
* Remove lazy NIF loading. There's an unexplained segfault in a small example
30-
program that uses the same strategy. Even though it wasn't reproduceable
30+
program that uses the same strategy. Even though it wasn't reproducible
3131
here, it's not worth the risk. Thanks to @pojiro for investigating.
3232

3333
* Changes
@@ -185,7 +185,7 @@ No more backwards incompatible changes are expected until after 1.0.
185185
## v0.3.0
186186

187187
* New features
188-
* Support `pull_mode` initializion in `open/3`.
188+
* Support `pull_mode` initialization in `open/3`.
189189

190190
## v0.2.0
191191

lib/gpio.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ defmodule Circuits.GPIO do
153153
* `:pull_mode` - the initial pull mode for an input GPIO
154154
* `:force_enumeration` - Linux cdev-specific option to force a scan of
155155
available GPIOs rather than using the cache. This is only for test purposes
156-
since the GPIO cache should rescan as needed.
156+
since the GPIO cache should refresh as needed.
157157
"""
158158
@type open_options() :: [
159159
initial_value: value(),
@@ -187,7 +187,7 @@ defmodule Circuits.GPIO do
187187
def gpio_spec?(x), do: is_gpio_spec(x)
188188

189189
@doc """
190-
Return indentifying information about a GPIO
190+
Return identifying information about a GPIO
191191
192192
See `t:gpio_spec/0` for the ways of referring to GPIOs. If the GPIO is found,
193193
this function returns information about the GPIO.

0 commit comments

Comments
 (0)