Update SPINANDBlockDevice.cpp

Fix the spelling issue
pull/14397/head
rogeryou 2021-06-10 09:47:43 +08:00 committed by GitHub
parent e66784fc80
commit 4f29d6a643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* mbed Microcontroller Library
* Copyright (c) 2018 ARM Limited
* Copyright (c) 2021 ARM Limited
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -314,7 +314,7 @@ int SPINANDBlockDevice::program(const void *buffer, bd_addr_t addr, bd_size_t si
//Send WREN
if (_set_write_enable() != 0) {
tr_error("Write Enabe failed");
tr_error("Write Enable failed");
program_failed = true;
status = SPINAND_BD_ERROR_WREN_FAILED;
goto exit_point;