diff options
author | Hyunsoo <ehsson@gmail.com> | 2018-07-26 10:59:45 +0900 |
---|---|---|
committer | Hyunsoo Son <ehsson@gmail.com> | 2018-08-01 01:12:39 +0000 |
commit | 48fa72cc7d0c83e05e23a7c10e99c26992958fe6 (patch) | |
tree | d0ec544597d8b0f3ecb447bf0f68dff84e2182e0 | |
parent | 966741f02b03f48b810c32ee4c7b62f72a2c82d8 (diff) | |
download | position-finder-server-template_2.0.tar.gz position-finder-server-template_2.0.tar.bz2 position-finder-server-template_2.0.zip |
fix typo in resource_adc_mcp3008.ctemplate_2.0
Change-Id: I0f5751e989db3c1c6964dd0847f684da97362529
(cherry picked from commit f2116299d814bb295c915ddba7313356946fd5aa)
-rw-r--r-- | src/resource/resource_adc_mcp3008.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource/resource_adc_mcp3008.c b/src/resource/resource_adc_mcp3008.c index f170031..4e43606 100644 --- a/src/resource/resource_adc_mcp3008.c +++ b/src/resource/resource_adc_mcp3008.c @@ -62,7 +62,7 @@ int resource_adc_mcp3008_init(void) char *model_name = NULL; if (MCP3008_H) { - _D("SPI device aleady initialized [ref_count : %u]", ref_count); + _D("SPI device already initialized [ref_count : %u]", ref_count); ref_count++; return 0; } |