From 5d2a08443bd1e23bf150f5679f26a5cc71eeb81d Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 18 Sep 2016 08:43:22 -0700 Subject: [PATCH] Fix Typos. Fixes artf4853 (#242) --- hal/include/HAL/Errors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/include/HAL/Errors.h b/hal/include/HAL/Errors.h index e233c2e7f8..5794bbaadd 100644 --- a/hal/include/HAL/Errors.h +++ b/hal/include/HAL/Errors.h @@ -7,7 +7,7 @@ #pragma once -#define CTR_RxTimeout_MESSAGE "CTRE CAN Recieve Timeout" +#define CTR_RxTimeout_MESSAGE "CTRE CAN Receive Timeout" #define CTR_TxTimeout_MESSAGE "CTRE CAN Transmit Timeout" #define CTR_InvalidParamValue_MESSAGE "CTRE CAN Invalid Parameter" #define CTR_UnexpectedArbId_MESSAGE \ @@ -19,7 +19,7 @@ #define NiFpga_Status_TransferAborted_MESSAGE "NIFPGA: Transfer aborted error" #define NiFpga_Status_MemoryFull_MESSAGE \ "NIFPGA: Memory Allocation failed, memory full" -#define NiFpga_Status_SoftwareFault_MESSAGE "NIFPGA: Unexepected software error" +#define NiFpga_Status_SoftwareFault_MESSAGE "NIFPGA: Unexpected software error" #define NiFpga_Status_InvalidParameter_MESSAGE "NIFPGA: Invalid Parameter" #define NiFpga_Status_ResourceNotFound_MESSAGE "NIFPGA: Resource not found" #define NiFpga_Status_ResourceNotInitialized_MESSAGE \