From 5b6454315954288f62751a7b0c85a629a170590c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 13 Feb 2019 19:05:17 +0000 Subject: [PATCH] Typo Co-Authored-By: dbkr --- src/components/views/auth/ServerTypeSelector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/ServerTypeSelector.js b/src/components/views/auth/ServerTypeSelector.js index bda7d8d069..7a28eec0ed 100644 --- a/src/components/views/auth/ServerTypeSelector.js +++ b/src/components/views/auth/ServerTypeSelector.js @@ -92,7 +92,7 @@ export default class ServerTypeSelector extends React.PureComponent { if (onChange) { // FIXME: Supply a second 'initial' param here to flag that this is // initialising the value rather than from user interaction - // (which sometuimes we'll want to ignore). Must be a better way + // (which sometimes we'll want to ignore). Must be a better way // to do this. onChange(type, true); }