Skip to content

Commit af4ab56

Browse files
authored
[CodeStyle][Typos][A-45] Fix typo('available') (#69609)
1 parent d7fb485 commit af4ab56

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_typos.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ elments = 'elments'
287287
convience = 'convience'
288288
Splited = 'Splited'
289289
indiates = 'indiates'
290-
availiable = 'availiable'
291290
Errorr = 'Errorr'
292291
wiil = 'wiil'
293292
configurated = 'configurated'

paddle/fluid/distributed/ps/thirdparty/round_robin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ static Counts &counts() {
191191
#define ROBIN_HOOD_UNLIKELY(condition) __builtin_expect(condition, 0)
192192
#endif
193193

194-
// detect if native wchar_t type is availiable in MSVC
194+
// detect if native wchar_t type is available in MSVC
195195
#ifdef _MSC_VER
196196
#ifdef _NATIVE_WCHAR_T_DEFINED
197197
#define ROBIN_HOOD_PRIVATE_DEFINITION_HAS_NATIVE_WCHART() 1

0 commit comments

Comments
 (0)