Skip to content

Commit ad4b775

Browse files
attchment -> attachment
1 parent d27f5f7 commit ad4b775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pal/src/debug/debug.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,23 +1257,23 @@ DBGAttachProcess(
12571257
DWORD processId
12581258
)
12591259
{
1260-
int attchmentCount;
1260+
int attachmentCount;
12611261
int savedErrno;
12621262
#if HAVE_PROCFS_CTL
12631263
int fd;
12641264
char ctlPath[1024];
12651265
#endif // HAVE_PROCFS_CTL
12661266

1267-
attchmentCount =
1267+
attachmentCount =
12681268
DBGSetProcessAttached(pThread, hProcess, DBG_ATTACH);
12691269

1270-
if (attchmentCount == -1)
1270+
if (attachmentCount == -1)
12711271
{
12721272
/* Failed to set the process as attached */
12731273
goto EXIT;
12741274
}
12751275

1276-
if (attchmentCount == 1)
1276+
if (attachmentCount == 1)
12771277
{
12781278
#if HAVE_PROCFS_CTL
12791279
struct timespec waitTime;

0 commit comments

Comments
 (0)