Skip to content

Commit b7dc358

Browse files
authored
Fix Spelling from ReatTimeClock to RealTimeClock (#183)
***NO_CI***
1 parent 2af9e46 commit b7dc358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

M5StackCommon/Core2ToughCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static partial class Tough
7373
/// <summary>
7474
/// Gets the real time clock.
7575
/// </summary>
76-
public static Pcf8563 ReatTimeClock
76+
public static Pcf8563 RealTimeClock
7777
{
7878
get => _rtc;
7979
}

nanoFramework.M5StickCommon/M5StickCBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static Mpu6886AccelerometerGyroscope AccelerometerGyroscope
126126
/// <summary>
127127
/// Gets the real time clock.
128128
/// </summary>
129-
public static Pcf8563 ReatTimeClock
129+
public static Pcf8563 RealTimeClock
130130
{
131131
get => _rtc;
132132
}

0 commit comments

Comments
 (0)