From 62ad40d1d9f5388ce5d5ca7d915814cf88c1a174 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 4 Jun 2019 14:53:01 +0000 Subject: [PATCH] spelling Co-Authored-By: J. Ryan Stinnett --- src/components/views/context_menus/MessageContextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/context_menus/MessageContextMenu.js b/src/components/views/context_menus/MessageContextMenu.js index 02caa99295..95bf59b470 100644 --- a/src/components/views/context_menus/MessageContextMenu.js +++ b/src/components/views/context_menus/MessageContextMenu.js @@ -131,7 +131,7 @@ module.exports = React.createClass({ } catch (e) { const code = e.errcode || e.statusCode; // only show the dialog if failing for something other than a network error - // (e.g. no errcode or statusCode) as that case the redaction end up in the + // (e.g. no errcode or statusCode) as in that case the redactions end up in the // detached queue and we show the room status bar to allow retry if (typeof code !== "undefined") { const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");