fix typo in resource_adc_mcp3008.c 80/185580/1 template_st
authorHyunsoo <ehsson@gmail.com>
Thu, 26 Jul 2018 01:59:45 +0000 (10:59 +0900)
committerHyunsoo Son <ehsson@gmail.com>
Wed, 1 Aug 2018 01:12:56 +0000 (01:12 +0000)
Change-Id: I0f5751e989db3c1c6964dd0847f684da97362529
(cherry picked from commit f2116299d814bb295c915ddba7313356946fd5aa)

src/resource/resource_adc_mcp3008.c

index f170031..4e43606 100644 (file)
@@ -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;
        }