Skip to content

Commit f32c9e7

Browse files
committed
Fix some incorrect case
1 parent bd103b8 commit f32c9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ola/rdm/RDMAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* This class provides a high level C++ RDM API for PIDS defined in E1.20. It
3333
* includes error checking for out-of-range arguments. Each RDM method takes a
34-
* pointer to a string, which will be populated with an english error message
34+
* pointer to a string, which will be populated with an English error message
3535
* if the command fails.
3636
* @}
3737
*

0 commit comments

Comments
 (0)