Просмотр исходного кода

fix(misc) follow-up typos

Found via `codespell -q 3 -S ./lang`
j8
luz paz 4 лет назад
Родитель
Сommit
d3680bbebd
100 измененных файлов: 126 добавлений и 126 удалений
  1. 5
    5
      conference.js
  2. 1
    1
      react/features/always-on-top/AudioMuteButton.js
  3. 1
    1
      react/features/always-on-top/VideoMuteButton.js
  4. 2
    2
      react/features/analytics/AnalyticsEvents.js
  5. 1
    1
      react/features/analytics/middleware.js
  6. 1
    1
      react/features/app/components/AbstractApp.js
  7. 1
    1
      react/features/app/components/App.native.js
  8. 1
    1
      react/features/base/app/components/BaseApp.js
  9. 1
    1
      react/features/base/app/functions.js
  10. 1
    1
      react/features/base/avatar/components/Avatar.js
  11. 1
    1
      react/features/base/avatar/components/native/StatelessAvatar.js
  12. 3
    3
      react/features/base/color-scheme/ColorSchemeRegistry.js
  13. 1
    1
      react/features/base/color-scheme/defaultScheme.js
  14. 3
    3
      react/features/base/conference/functions.js
  15. 3
    3
      react/features/base/config/reducer.js
  16. 1
    1
      react/features/base/connection/actions.native.js
  17. 1
    1
      react/features/base/dialog/components/AbstractDialog.js
  18. 2
    2
      react/features/base/dialog/components/native/BaseSubmitDialog.js
  19. 1
    1
      react/features/base/dialog/components/web/StatelessDialog.js
  20. 1
    1
      react/features/base/flags/constants.js
  21. 1
    1
      react/features/base/jitsi-local-storage/setup.web.js
  22. 1
    1
      react/features/base/label/components/ExpandedLabel.native.js
  23. 1
    1
      react/features/base/logging/LogTransport.native.js
  24. 1
    1
      react/features/base/logging/middleware.js
  25. 1
    1
      react/features/base/media/components/AbstractVideoTrack.js
  26. 2
    2
      react/features/base/media/components/native/Video.js
  27. 2
    2
      react/features/base/media/components/native/VideoTransform.js
  28. 1
    1
      react/features/base/net-info/actionTypes.js
  29. 2
    2
      react/features/base/premeeting/functions.js
  30. 1
    1
      react/features/base/react/Platform.web.js
  31. 1
    1
      react/features/base/react/components/AbstractPage.js
  32. 1
    1
      react/features/base/react/components/native/Header.js
  33. 1
    1
      react/features/base/react/components/web/BaseIndicator.js
  34. 1
    1
      react/features/base/react/components/web/NavigateSectionListItem.js
  35. 1
    1
      react/features/base/react/components/web/SectionList.js
  36. 1
    1
      react/features/base/react/components/web/Text.js
  37. 2
    2
      react/features/base/redux/PersistenceRegistry.js
  38. 1
    1
      react/features/base/redux/middleware.js
  39. 1
    1
      react/features/base/sounds/actions.js
  40. 1
    1
      react/features/base/testing/middleware.js
  41. 1
    1
      react/features/base/util/loadScript.native.js
  42. 1
    1
      react/features/base/util/react-focus-lock-wrapper.js
  43. 1
    1
      react/features/base/util/timeoutPromise.js
  44. 1
    1
      react/features/calendar-sync/functions.any.js
  45. 1
    1
      react/features/chat/actionTypes.js
  46. 1
    1
      react/features/chat/components/AbstractChatMessage.js
  47. 1
    1
      react/features/chat/components/AbstractChatPrivacyDialog.js
  48. 1
    1
      react/features/chat/components/PrivateMessageButton.js
  49. 1
    1
      react/features/conference/components/AbstractInsecureRoomNameLabel.js
  50. 1
    1
      react/features/conference/components/native/InsecureRoomNameLabel.js
  51. 1
    1
      react/features/conference/components/native/Labels.js
  52. 1
    1
      react/features/conference/components/web/InsecureRoomNameLabel.js
  53. 2
    2
      react/features/desktop-picker/components/DesktopPicker.js
  54. 1
    1
      react/features/desktop-picker/functions.js
  55. 1
    1
      react/features/display-name/components/web/DisplayName.js
  56. 1
    1
      react/features/embed-meeting/components/EmbedMeetingTrigger.js
  57. 2
    2
      react/features/google-api/constants.js
  58. 2
    2
      react/features/google-api/googleApi.native.js
  59. 1
    1
      react/features/invite/actions.any.js
  60. 1
    1
      react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js
  61. 1
    1
      react/features/invite/components/add-people-dialog/web/DialInNumber.js
  62. 1
    1
      react/features/invite/components/add-people-dialog/web/DialInSection.js
  63. 1
    1
      react/features/invite/components/callee-info/CalleeInfo.js
  64. 1
    1
      react/features/invite/components/callee-info/styles.native.js
  65. 1
    1
      react/features/invite/components/dial-in-summary/native/DialInSummaryErrorDialog.js
  66. 2
    2
      react/features/large-video/components/LargeVideoBackground.web.js
  67. 2
    2
      react/features/local-recording/recording/flac/flacEncodeWorker.js
  68. 1
    1
      react/features/local-recording/session/SessionManager.js
  69. 1
    1
      react/features/mobile/incoming-call/components/IncomingCallApp.js
  70. 1
    1
      react/features/mobile/picture-in-picture/actions.js
  71. 1
    1
      react/features/notifications/components/web/NotificationsContainer.js
  72. 1
    1
      react/features/notifications/functions.js
  73. 3
    3
      react/features/prejoin/actionTypes.js
  74. 1
    1
      react/features/prejoin/actions.js
  75. 1
    1
      react/features/prejoin/components/Prejoin.js
  76. 1
    1
      react/features/prejoin/components/dialogs/DialInDialog.js
  77. 1
    1
      react/features/prejoin/components/dialogs/DialOutDialog.js
  78. 1
    1
      react/features/prejoin/components/dialogs/JoinByPhoneDialog.js
  79. 1
    1
      react/features/prejoin/functions.js
  80. 1
    1
      react/features/presence-status/functions.js
  81. 1
    1
      react/features/recent-list/middleware.js
  82. 1
    1
      react/features/recording/components/LiveStream/native/StartLiveStreamDialog.js
  83. 1
    1
      react/features/recording/components/Recording/styles.native.js
  84. 1
    1
      react/features/recording/functions.js
  85. 1
    1
      react/features/remote-control/actions.js
  86. 1
    1
      react/features/remote-control/functions.js
  87. 1
    1
      react/features/remote-control/keycodes.js
  88. 1
    1
      react/features/room-lock/components/PasswordRequiredPrompt.native.js
  89. 1
    1
      react/features/rtcstats/middleware.js
  90. 4
    4
      react/features/settings/actions.js
  91. 1
    1
      react/features/settings/components/native/styles.js
  92. 1
    1
      react/features/settings/components/web/audio/AudioSettingsContent.js
  93. 2
    2
      react/features/settings/components/web/audio/MicrophoneEntry.js
  94. 1
    1
      react/features/settings/functions.js
  95. 1
    1
      react/features/stream-effects/audio-mixer/AudioMixerEffect.js
  96. 1
    1
      react/features/toolbox/components/AudioMuteButton.js
  97. 1
    1
      react/features/toolbox/components/HelpButton.js
  98. 1
    1
      react/features/toolbox/components/VideoMuteButton.js
  99. 1
    1
      react/features/toolbox/components/web/OverflowMenuButton.js
  100. 0
    0
      react/features/toolbox/components/web/Toolbox.js

+ 5
- 5
conference.js Просмотреть файл

@@ -506,7 +506,7 @@ export default {
506 506
         let tryCreateLocalTracks;
507 507
 
508 508
         // On Electron there is no permission prompt for granting permissions. That's why we don't need to
509
-        // spend much time displaying the overlay screen. If GUM is not resolved withing 15 seconds it will
509
+        // spend much time displaying the overlay screen. If GUM is not resolved within 15 seconds it will
510 510
         // probably never resolve.
511 511
         const timeout = browser.isElectron() ? 15000 : 60000;
512 512
 
@@ -568,7 +568,7 @@ export default {
568 568
 
569 569
                         if (err.name === JitsiTrackErrors.TIMEOUT && !browser.isElectron()) {
570 570
                             // In this case we expect that the permission prompt is still visible. There is no point of
571
-                            // executing GUM with different source. Also at the time of writting the following
571
+                            // executing GUM with different source. Also at the time of writing the following
572 572
                             // inconsistency have been noticed in some browsers - if the permissions prompt is visible
573 573
                             // and another GUM is executed the prompt does not change its content but if the user
574 574
                             // clicks allow the user action isassociated with the latest GUM call.
@@ -625,7 +625,7 @@ export default {
625 625
 
626 626
         // Hide the permissions prompt/overlay as soon as the tracks are
627 627
         // created. Don't wait for the connection to be made, since in some
628
-        // cases, when auth is rquired, for instance, that won't happen until
628
+        // cases, when auth is required, for instance, that won't happen until
629 629
         // the user inputs their credentials, but the dialog would be
630 630
         // overshadowed by the overlay.
631 631
         tryCreateLocalTracks.then(tracks => {
@@ -1776,7 +1776,7 @@ export default {
1776 1776
                     };
1777 1777
                 }
1778 1778
 
1779
-                // Apply the contraints on the desktop track.
1779
+                // Apply the constraints on the desktop track.
1780 1780
                 try {
1781 1781
                     await this.localVideo.track.applyConstraints(desktopResizeConstraints);
1782 1782
                 } catch (err) {
@@ -1967,7 +1967,7 @@ export default {
1967 1967
             }
1968 1968
 
1969 1969
             APP.store.dispatch(updateRemoteParticipantFeatures(user));
1970
-            logger.log(`USER ${id} connnected:`, user);
1970
+            logger.log(`USER ${id} connected:`, user);
1971 1971
             APP.UI.addUser(user);
1972 1972
         });
1973 1973
 

+ 1
- 1
react/features/always-on-top/AudioMuteButton.js Просмотреть файл

@@ -113,7 +113,7 @@ export default class AudioMuteButton
113 113
     }
114 114
 
115 115
     /**
116
-     * Indicates if audio is currently muted ot nor.
116
+     * Indicates if audio is currently muted or not.
117 117
      *
118 118
      * @override
119 119
      * @protected

+ 1
- 1
react/features/always-on-top/VideoMuteButton.js Просмотреть файл

@@ -100,7 +100,7 @@ export default class VideoMuteButton
100 100
     }
101 101
 
102 102
     /**
103
-     * Indicates if video is currently muted ot nor.
103
+     * Indicates if video is currently muted or not.
104 104
      *
105 105
      * @override
106 106
      * @protected

+ 2
- 2
react/features/analytics/AnalyticsEvents.js Просмотреть файл

@@ -185,7 +185,7 @@ export function createRecentClickedEvent(eventName, attributes = {}) {
185 185
 }
186 186
 
187 187
 /**
188
- * Creates an event which indicate an action occured in the chrome extension banner.
188
+ * Creates an event which indicate an action occurred in the chrome extension banner.
189 189
  *
190 190
  * @param {boolean} installPressed - Whether the user pressed install or `x` - cancel.
191 191
  * @param {Object} attributes - Attributes to attach to the event.
@@ -460,7 +460,7 @@ export function createLocalTracksDurationEvent(duration) {
460 460
 
461 461
 /**
462 462
  * Creates an event which indicates that an action related to recording has
463
- * occured.
463
+ * occurred.
464 464
  *
465 465
  * @param {string} action - The action (e.g. 'start' or 'stop').
466 466
  * @param {string} type - The recording type (e.g. 'file' or 'live').

+ 1
- 1
react/features/analytics/middleware.js Просмотреть файл

@@ -82,7 +82,7 @@ MiddlewareRegistry.register(store => next => action => {
82 82
     switch (action.type) {
83 83
     case SET_CONFIG:
84 84
         if (navigator.product === 'ReactNative') {
85
-            // Reseting the analytics is currently not needed for web because
85
+            // Resetting the analytics is currently not needed for web because
86 86
             // the user will be redirected to another page and new instance of
87 87
             // Analytics will be created and initialized.
88 88
             resetAnalytics();

+ 1
- 1
react/features/app/components/AbstractApp.js Просмотреть файл

@@ -73,7 +73,7 @@ export class AbstractApp extends BaseApp<Props, *> {
73 73
     }
74 74
 
75 75
     /**
76
-     * Creates an extra {@link ReactElement}s to be added (unconditionaly)
76
+     * Creates an extra {@link ReactElement}s to be added (unconditionally)
77 77
      * alongside the main element.
78 78
      *
79 79
      * @abstract

+ 1
- 1
react/features/app/components/App.native.js Просмотреть файл

@@ -157,7 +157,7 @@ export class App extends AbstractApp {
157 157
             // it is preferred because it is at a later step of the
158 158
             // error/exception handling and it is specific to fatal
159 159
             // errors/exceptions which were observed to kill the app. The
160
-            // solution implemented bellow was tested on Android only so it is
160
+            // solution implemented below was tested on Android only so it is
161 161
             // considered safest to use it there only.
162 162
             return;
163 163
         }

+ 1
- 1
react/features/base/app/components/BaseApp.js Просмотреть файл

@@ -143,7 +143,7 @@ export default class BaseApp extends Component<*, State> {
143 143
     }
144 144
 
145 145
     /**
146
-     * Creates an extra {@link ReactElement}s to be added (unconditionaly)
146
+     * Creates an extra {@link ReactElement}s to be added (unconditionally)
147 147
      * alongside the main element.
148 148
      *
149 149
      * @returns {ReactElement}

+ 1
- 1
react/features/base/app/functions.js Просмотреть файл

@@ -10,7 +10,7 @@ import { toState } from '../redux';
10 10
  * function.
11 11
  * @param {string} propName - The name of the React {@code Component} prop of
12 12
  * the currently mounted {@code App} to get.
13
- * @returns {*} The value of the specified React {@code Compoennt} prop of the
13
+ * @returns {*} The value of the specified React {@code Component} prop of the
14 14
  * currently mounted {@code App}.
15 15
  */
16 16
 export function getAppProp(stateful: Function | Object, propName: string) {

+ 1
- 1
react/features/base/avatar/components/Avatar.js Просмотреть файл

@@ -11,7 +11,7 @@ import { StatelessAvatar } from '.';
11 11
 export type Props = {
12 12
 
13 13
     /**
14
-     * The string we base the initials on (this is generated from a list of precendences).
14
+     * The string we base the initials on (this is generated from a list of precedences).
15 15
      */
16 16
     _initialsBase: ?string,
17 17
 

+ 1
- 1
react/features/base/avatar/components/native/StatelessAvatar.js Просмотреть файл

@@ -19,7 +19,7 @@ type Props = AbstractProps & {
19 19
     status?: ?string,
20 20
 
21 21
     /**
22
-     * External style passed to the componant.
22
+     * External style passed to the component.
23 23
      */
24 24
     style?: StyleType
25 25
 };

+ 3
- 3
react/features/base/color-scheme/ColorSchemeRegistry.js Просмотреть файл

@@ -33,12 +33,12 @@ class ColorSchemeRegistry {
33 33
     }
34 34
 
35 35
     /**
36
-     * Retreives the color-scheme applied style definition of a component.
36
+     * Retrieves the color-scheme applied style definition of a component.
37 37
      *
38 38
      * @param {Object | Function} stateful - An object or function that can be
39 39
      * resolved to Redux state using the {@code toState} function.
40 40
      * @param {string} componentName - The name of the component whose style we
41
-     * want to retreive.
41
+     * want to retrieve.
42 42
      * @returns {StyleType}
43 43
      */
44 44
     get(stateful: Object | Function, componentName: string): StyleType {
@@ -115,7 +115,7 @@ class ColorSchemeRegistry {
115 115
             ] of Object.entries(schemedStyle)) {
116 116
                 if (typeof styleValue === 'object') {
117 117
                     // The value is another style object, we apply the same
118
-                    // transformation recusively.
118
+                    // transformation recursively.
119 119
                     schemedStyle[styleName]
120 120
                         = this._applyColorScheme(
121 121
                             stateful, componentName, styleValue);

+ 1
- 1
react/features/base/color-scheme/defaultScheme.js Просмотреть файл

@@ -7,7 +7,7 @@ import { ColorPalette, getRGBAFormat } from '../styles';
7 7
  */
8 8
 export default {
9 9
     '_defaultTheme': {
10
-        // Generic app theme colors that are used accross the entire app.
10
+        // Generic app theme colors that are used across the entire app.
11 11
         // All scheme definitions below inherit these values.
12 12
         background: 'rgb(255, 255, 255)',
13 13
         errorText: ColorPalette.red,

+ 3
- 3
react/features/base/conference/functions.js Просмотреть файл

@@ -167,11 +167,11 @@ export function getConferenceName(stateful: Function | Object): string {
167 167
 }
168 168
 
169 169
 /**
170
- * Returns the name of the conference formated for the title.
170
+ * Returns the name of the conference formatted for the title.
171 171
  *
172 172
  * @param {Function | Object} stateful - Reference that can be resolved to Redux state with the {@code toState}
173 173
  * function.
174
- * @returns {string} - The name of the conference formated for the title.
174
+ * @returns {string} - The name of the conference formatted for the title.
175 175
  */
176 176
 export function getConferenceNameForTitle(stateful: Function | Object) {
177 177
     return safeStartCase(safeDecodeURIComponent(toState(stateful)['features/base/conference'].room));
@@ -205,7 +205,7 @@ export function getCurrentConference(stateful: Function | Object) {
205 205
     const { conference, joining, leaving, membersOnly, passwordRequired }
206 206
         = toState(stateful)['features/base/conference'];
207 207
 
208
-    // There is a precendence
208
+    // There is a precedence
209 209
     if (conference) {
210 210
         return conference === leaving ? undefined : conference;
211 211
     }

+ 3
- 3
react/features/base/config/reducer.js Просмотреть файл

@@ -19,7 +19,7 @@ declare var interfaceConfig: Object;
19 19
  * The initial state of the feature base/config when executing in a
20 20
  * non-React Native environment. The mandatory configuration to be passed to
21 21
  * JitsiMeetJS#init(). The app will download config.js from the Jitsi Meet
22
- * deployment and take its values into account but the values bellow will be
22
+ * deployment and take its values into account but the values below will be
23 23
  * enforced (because they are essential to the correct execution of the
24 24
  * application).
25 25
  *
@@ -32,7 +32,7 @@ const INITIAL_NON_RN_STATE = {
32 32
  * The initial state of the feature base/config when executing in a React Native
33 33
  * environment. The mandatory configuration to be passed to JitsiMeetJS#init().
34 34
  * The app will download config.js from the Jitsi Meet deployment and take its
35
- * values into account but the values bellow will be enforced (because they are
35
+ * values into account but the values below will be enforced (because they are
36 36
  * essential to the correct execution of the application).
37 37
  *
38 38
  * @type {Object}
@@ -111,7 +111,7 @@ ReducerRegistry.register('features/base/config', (state = _getInitialState(), ac
111 111
  * Gets the initial state of the feature base/config. The mandatory
112 112
  * configuration to be passed to JitsiMeetJS#init(). The app will download
113 113
  * config.js from the Jitsi Meet deployment and take its values into account but
114
- * the values bellow will be enforced (because they are essential to the correct
114
+ * the values below will be enforced (because they are essential to the correct
115 115
  * execution of the application).
116 116
  *
117 117
  * @returns {Object}

+ 1
- 1
react/features/base/connection/actions.native.js Просмотреть файл

@@ -367,7 +367,7 @@ export function disconnect() {
367 367
 }
368 368
 
369 369
 /**
370
- * Sets the location URL of the application, connecton, conference, etc.
370
+ * Sets the location URL of the application, connection, conference, etc.
371 371
  *
372 372
  * @param {URL} [locationURL] - The location URL of the application,
373 373
  * connection, conference, etc.

+ 1
- 1
react/features/base/dialog/components/AbstractDialog.js Просмотреть файл

@@ -113,7 +113,7 @@ export default class AbstractDialog<P : Props, S : State>
113 113
         if (!okDisabled) {
114 114
             this.setState({ submitting: true });
115 115
 
116
-            // Invoke the React Compnent prop onSubmit if any.
116
+            // Invoke the React Component prop onSubmit if any.
117 117
             const r = !onSubmit || onSubmit(value);
118 118
 
119 119
             // If the invocation returns a thenable, await its resolution;

+ 2
- 2
react/features/base/dialog/components/native/BaseSubmitDialog.js Просмотреть файл

@@ -27,8 +27,8 @@ class BaseSubmitDialog<P: Props, S: *> extends BaseDialog<P, S> {
27 27
     /**
28 28
      * Returns the title key of the submit button.
29 29
      *
30
-     * NOTE: Please do not change this, this should be consistent accross the
31
-     * application. This method is here to be able to be overriden ONLY by the
30
+     * NOTE: Please do not change this, this should be consistent across the
31
+     * application. This method is here to be able to be overridden ONLY by the
32 32
      * {@code ConfirmDialog}.
33 33
      *
34 34
      * @returns {string}

+ 1
- 1
react/features/base/dialog/components/web/StatelessDialog.js Просмотреть файл

@@ -72,7 +72,7 @@ type Props = {
72 72
     submitDisabled: boolean,
73 73
 
74 74
     /**
75
-     * Function to be used to retreive translated i18n labels.
75
+     * Function to be used to retrieve translated i18n labels.
76 76
      */
77 77
     t: Function,
78 78
 

+ 1
- 1
react/features/base/flags/constants.js Просмотреть файл

@@ -106,7 +106,7 @@ export const MEETING_NAME_ENABLED = 'meeting-name.enabled';
106 106
 
107 107
 /**
108 108
  * Flag indicating if the meeting password button should be enabled.
109
- * Note that this flag just decides on the buttton, if a meeting has a password
109
+ * Note that this flag just decides on the button, if a meeting has a password
110 110
  * set, the password ddialog will still show up.
111 111
  * Default: enabled (true).
112 112
  */

+ 1
- 1
react/features/base/jitsi-local-storage/setup.web.js Просмотреть файл

@@ -29,7 +29,7 @@ function onFakeLocalStorageChanged() {
29 29
 function shouldUseHostPageLocalStorage(urlParams) {
30 30
     // NOTE: normally the url params and the config will be merged into the redux store. But we want to setup the local
31 31
     // storage as soon as possible, the store is not created yet and the merging of the URL params and the config
32
-    // haven't been executed yet. That's why we need to manually parse the URL params and also access the config trough
32
+    // haven't been executed yet. That's why we need to manually parse the URL params and also access the config through
33 33
     // the global variable.
34 34
     if (urlParams['config.useHostPageLocalStorage'] === true
35 35
         || (typeof config === 'object' && config.useHostPageLocalStorage)) {

+ 1
- 1
react/features/base/label/components/ExpandedLabel.native.js Просмотреть файл

@@ -22,7 +22,7 @@ type State = {
22 22
     opacityAnimation: Object,
23 23
 
24 24
     /**
25
-     * A boolean to descide to show or not show the arrow. This is required as
25
+     * A boolean to decide to show or not show the arrow. This is required as
26 26
      * we can't easily animate this transformed Component so we render it once
27 27
      * the animation is done.
28 28
      */

+ 1
- 1
react/features/base/logging/LogTransport.native.js Просмотреть файл

@@ -11,7 +11,7 @@ const { LogBridge } = NativeModules;
11 11
 /**
12 12
  * Returns the stack trace for a given @code {Error} object.
13 13
  *
14
- * @param {Errror} e - The rrror.
14
+ * @param {Error} e - The error.
15 15
  * @returns {string} - The stack trace.
16 16
  */
17 17
 function stackToString(e) {

+ 1
- 1
react/features/base/logging/middleware.js Просмотреть файл

@@ -251,7 +251,7 @@ function _setLogLevels(logger, config) {
251 251
     // First, set the default log level.
252 252
     logger.setLogLevel(config.defaultLogLevel);
253 253
 
254
-    // Second, set the log level of each logger explictly overriden by config.
254
+    // Second, set the log level of each logger explicitly overridden by config.
255 255
     Object.keys(config).forEach(
256 256
         id =>
257 257
             id === 'defaultLogLevel' || logger.setLogLevelById(config[id], id));

+ 1
- 1
react/features/base/media/components/AbstractVideoTrack.js Просмотреть файл

@@ -85,7 +85,7 @@ export default class AbstractVideoTrack<P: Props> extends Component<P> {
85 85
             if (shouldRenderVideoTrack(videoTrack, true)) {
86 86
                 // It appears that onPlaying has come for videoTrack already.
87 87
                 // Most probably, another render has already passed through the
88
-                // else clause bellow already.
88
+                // else clause below already.
89 89
                 render = true;
90 90
             } else if (shouldRenderVideoTrack(videoTrack, false)
91 91
                     && !videoTrack.videoStarted) {

+ 2
- 2
react/features/base/media/components/native/Video.js Просмотреть файл

@@ -37,8 +37,8 @@ type Props = {
37 37
      * thought of as giving a hint rather than as imposing a requirement.
38 38
      * For example, video renderers such as Video are commonly implemented
39 39
      * using OpenGL and OpenGL views may have different numbers of layers in
40
-     * their stacking space. Android has three: a layer bellow the window
41
-     * (aka default), a layer bellow the window again but above the previous
40
+     * their stacking space. Android has three: a layer below the window
41
+     * (aka default), a layer below the window again but above the previous
42 42
      * layer (aka media overlay), and above the window. Consequently, it is
43 43
      * advisable to limit the number of utilized layers in the stacking
44 44
      * space to the minimum sufficient for the desired display. For example,

+ 2
- 2
react/features/base/media/components/native/VideoTransform.js Просмотреть файл

@@ -30,7 +30,7 @@ const MIN_SCALE = 1;
30 30
  * view to. This is large enough now to let the user drag the view to a position
31 31
  * where no other displayed components cover it (such as filmstrip). If a
32 32
  * ViewPort (hint) support is added to the LargeVideo component then this
33
- * contant will not be necessary anymore.
33
+ * constant will not be necessary anymore.
34 34
  */
35 35
 const MAX_OFFSET = 100;
36 36
 
@@ -88,7 +88,7 @@ type Props = {
88 88
     style: Object,
89 89
 
90 90
     /**
91
-     * The stored transforms retreived from Redux to be initially applied
91
+     * The stored transforms retrieved from Redux to be initially applied
92 92
      * to different streams.
93 93
      */
94 94
     _transforms: Object,

+ 1
- 1
react/features/base/net-info/actionTypes.js Просмотреть файл

@@ -6,7 +6,7 @@
6 6
 export const SET_NETWORK_INFO = 'SET_NETWORK_INFO';
7 7
 
8 8
 /**
9
- * Tha action dispatched by 'base/net-info' middleware in order to store the cleanup function for later use.
9
+ * The action dispatched by 'base/net-info' middleware in order to store the cleanup function for later use.
10 10
  * @type {string}
11 11
  * @private
12 12
  */

+ 2
- 2
react/features/base/premeeting/functions.js Просмотреть файл

@@ -23,12 +23,12 @@ const ratio = 1 / 3;
23 23
 const maxSize = 190;
24 24
 
25 25
 /**
26
- * The window limit hight over which the avatar should have the default dimension.
26
+ * The window limit height over which the avatar should have the default dimension.
27 27
  */
28 28
 const upperHeightLimit = 760;
29 29
 
30 30
 /**
31
- * The window limit hight under which the avatar should not be resized anymore.
31
+ * The window limit height under which the avatar should not be resized anymore.
32 32
  */
33 33
 const lowerHeightLimit = 460;
34 34
 

+ 1
- 1
react/features/base/react/Platform.web.js Просмотреть файл

@@ -27,7 +27,7 @@ export default {
27 27
     /**
28 28
      * The operating system version on which the application is executing.
29 29
      * This is intentionally set to undefined so we can tell mobile and mobile web
30
-     * appart easier.
30
+     * apart easier.
31 31
      *
32 32
      * @type {number|undefined}
33 33
      */

+ 1
- 1
react/features/base/react/components/AbstractPage.js Просмотреть файл

@@ -8,7 +8,7 @@ import { Component } from 'react';
8 8
  */
9 9
 export default class AbstractPage<P> extends Component<P> {
10 10
     /**
11
-     * Method to be overriden by the implementing classes to refresh the data
11
+     * Method to be overridden by the implementing classes to refresh the data
12 12
      * content of the component.
13 13
      *
14 14
      * Note: It is a static method as the {@code Component} may not be

+ 1
- 1
react/features/base/react/components/native/Header.js Просмотреть файл

@@ -72,7 +72,7 @@ class Header extends PureComponent<Props> {
72 72
 
73 73
     /**
74 74
      * Calculates the color of the statusbar content (light or dark) based on
75
-     * certain criterias.
75
+     * certain criteria.
76 76
      *
77 77
      * @returns {string}
78 78
      */

+ 1
- 1
react/features/base/react/components/web/BaseIndicator.js Просмотреть файл

@@ -37,7 +37,7 @@ type Props = {
37 37
     iconSize: string,
38 38
 
39 39
     /**
40
-     * The ID attribue to set on the root element of the component.
40
+     * The ID attribute to set on the root element of the component.
41 41
      */
42 42
     id: string,
43 43
 

+ 1
- 1
react/features/base/react/components/web/NavigateSectionListItem.js Просмотреть файл

@@ -43,7 +43,7 @@ export default class NavigateSectionListItem<P: Props>
43 43
         const { onPress } = this.props;
44 44
 
45 45
         /**
46
-         * Initiliazes the date and duration of the conference to the an empty
46
+         * Initializes the date and duration of the conference to the an empty
47 47
          * string in case for some reason there is an error where the item data
48 48
          * lines doesn't contain one or both of those values (even though this
49 49
          * unlikely the app shouldn't break because of it)

+ 1
- 1
react/features/base/react/components/web/SectionList.js Просмотреть файл

@@ -43,7 +43,7 @@ type Props = {
43 43
 /**
44 44
  * Implements a React/Web {@link Component} for displaying a list with
45 45
  * sections similar to React Native's {@code SectionList} in order to
46
- * faciliate cross-platform source code.
46
+ * facilitate cross-platform source code.
47 47
  *
48 48
  * @extends Component
49 49
  */

+ 1
- 1
react/features/base/react/components/web/Text.js Просмотреть файл

@@ -2,7 +2,7 @@ import React, { Component } from 'react';
2 2
 
3 3
 /**
4 4
  * Implements a React/Web {@link Component} for displaying text similar to React
5
- * Native's {@code Text} in order to faciliate cross-platform source code.
5
+ * Native's {@code Text} in order to facilitate cross-platform source code.
6 6
  *
7 7
  * @extends Component
8 8
  */

+ 2
- 2
react/features/base/redux/PersistenceRegistry.js Просмотреть файл

@@ -36,7 +36,7 @@ class PersistenceRegistry {
36 36
     /**
37 37
      * Returns the persisted redux state. Takes the {@link #_elements} into
38 38
      * account as we may have persisted something in the past that we don't want
39
-     * to retreive anymore. The next {@link #persistState} will remove such
39
+     * to retrieve anymore. The next {@link #persistState} will remove such
40 40
      * values.
41 41
      *
42 42
      * @returns {Object}
@@ -209,7 +209,7 @@ class PersistenceRegistry {
209 209
     }
210 210
 
211 211
     /**
212
-     * Retreives a persisted subtree from the storage.
212
+     * Retrieves a persisted subtree from the storage.
213 213
      *
214 214
      * @param {string} subtreeName - The name of the subtree.
215 215
      * @param {Object} subtreeConfig - The config of the subtree from

+ 1
- 1
react/features/base/redux/middleware.js Просмотреть файл

@@ -21,7 +21,7 @@ const throttledPersistState
21 21
         PERSIST_STATE_DELAY);
22 22
 
23 23
 // Web only code.
24
-// We need the <tt>if</tt> beacuse it appears that on mobile the polyfill is not
24
+// We need the <tt>if</tt> because it appears that on mobile the polyfill is not
25 25
 // executed yet.
26 26
 if (typeof window.addEventListener === 'function') {
27 27
     window.addEventListener('unload', () => {

+ 1
- 1
react/features/base/sounds/actions.js Просмотреть файл

@@ -85,7 +85,7 @@ export function playSound(soundId: string): Object {
85 85
  * created for given source object.
86 86
  * @param {string} soundName - The name of bundled audio file that will be
87 87
  * associated with the given {@code soundId}.
88
- * @param {Object} options - Optional paramaters.
88
+ * @param {Object} options - Optional parameters.
89 89
  * @param {boolean} options.loop - True in order to loop the sound.
90 90
  * @returns {{
91 91
  *     type: REGISTER_SOUND,

+ 1
- 1
react/features/base/testing/middleware.js Просмотреть файл

@@ -91,7 +91,7 @@ function _bindTortureHelpers(store) {
91 91
 }
92 92
 
93 93
 /**
94
- * The handler function for conference connection events which wil store the
94
+ * The handler function for conference connection events which will store the
95 95
  * latest even name in the Redux store of feature testing.
96 96
  *
97 97
  * @param {string} event - One of the lib-jitsi-meet JitsiConferenceEvents.

+ 1
- 1
react/features/base/util/loadScript.native.js Просмотреть файл

@@ -16,7 +16,7 @@ const DEFAULT_TIMEOUT = 5000;
16 16
  * @param {number} [timeout] - The timeout in millisecnods after which the
17 17
  * loading of the specified {@code url} is to be aborted/rejected (if not
18 18
  * settled yet).
19
- * @param {boolean} skipEval - Wether we want to skip evaluating the loaded content or not.
19
+ * @param {boolean} skipEval - Whether we want to skip evaluating the loaded content or not.
20 20
  * @returns {void}
21 21
  */
22 22
 export async function loadScript(

+ 1
- 1
react/features/base/util/react-focus-lock-wrapper.js Просмотреть файл

@@ -4,7 +4,7 @@ import FocusLock, { MoveFocusInside } from 'react-focus-lock';
4 4
 
5 5
 /**
6 6
  * FocusLock wrapper that disable the FocusLock in the @atlaskit/modal-dialog. We need to disable it because if the
7
- * iframe API is used and a dialog is displayed it is imposible to click on fields outside of the iframe (FocusLock
7
+ * iframe API is used and a dialog is displayed it is impossible to click on fields outside of the iframe (FocusLock
8 8
  * will steal the focus from any element that is not part of the dialog).
9 9
  */
10 10
 export default class FocusLockWrapper extends FocusLock<*> {

+ 1
- 1
react/features/base/util/timeoutPromise.js Просмотреть файл

@@ -6,7 +6,7 @@
6 6
  * doesn't settle within a specific time interval.
7 7
  *
8 8
  * @param {Promise} promise - The {@code Promise} for which automatic rejecting
9
- * after the speicified timout is to be implemented.
9
+ * after the specified timeout is to be implemented.
10 10
  * @param {number} timeout - The number of milliseconds to wait the specified
11 11
  * {@code promise} to settle before automatically rejecting the returned
12 12
  * {@code Promise}.

+ 1
- 1
react/features/calendar-sync/functions.any.js Просмотреть файл

@@ -73,7 +73,7 @@ export function _updateCalendarEntries(events: Array<Object>) {
73 73
 
74 74
                 // XXX Eventually, given that the URL and the title are the
75 75
                 // same, what sets one event apart from another is the start
76
-                // time of the day (note the use of toTimeString() bellow)! The
76
+                // time of the day (note the use of toTimeString() below)! The
77 77
                 // day itself is not important because we don't want multiple
78 78
                 // occurrences of a recurring event or repetitions of an even
79 79
                 // from multiple calendars.

+ 1
- 1
react/features/chat/actionTypes.js Просмотреть файл

@@ -25,7 +25,7 @@ export const ADD_MESSAGE = 'ADD_MESSAGE';
25 25
 export const CLEAR_MESSAGES = 'CLEAR_MESSAGES';
26 26
 
27 27
 /**
28
- * The type of the action which signals the cancelation the chat panel.
28
+ * The type of the action which signals the cancellation the chat panel.
29 29
  *
30 30
  * {
31 31
  *     type: CLOSE_CHAT

+ 1
- 1
react/features/chat/components/AbstractChatMessage.js Просмотреть файл

@@ -59,7 +59,7 @@ export default class AbstractChatMessage<P: Props> extends PureComponent<P> {
59 59
     }
60 60
 
61 61
     /**
62
-     * Generates the message text to be redered in the component.
62
+     * Generates the message text to be rendered in the component.
63 63
      *
64 64
      * @returns {string}
65 65
      */

+ 1
- 1
react/features/chat/components/AbstractChatPrivacyDialog.js Просмотреть файл

@@ -33,7 +33,7 @@ type Props = {
33 33
     _onSetMessageRecipient: Function,
34 34
 
35 35
     /**
36
-     * The participant retreived from Redux by the participanrID prop.
36
+     * The participant retrieved from Redux by the participanrID prop.
37 37
      */
38 38
     _participant: Object
39 39
 };

+ 1
- 1
react/features/chat/components/PrivateMessageButton.js Просмотреть файл

@@ -31,7 +31,7 @@ export type Props = AbstractButtonProps & {
31 31
     dispatch: Function,
32 32
 
33 33
     /**
34
-     * The participant object retreived from Redux.
34
+     * The participant object retrieved from Redux.
35 35
      */
36 36
     _participant: Object,
37 37
 };

+ 1
- 1
react/features/conference/components/AbstractInsecureRoomNameLabel.js Просмотреть файл

@@ -35,7 +35,7 @@ export default class AbstractInsecureRoomNameLabel extends PureComponent<Props>
35 35
     }
36 36
 
37 37
     /**
38
-     * Renders the platform dependant content.
38
+     * Renders the platform dependent content.
39 39
      *
40 40
      * @returns {ReactElement}
41 41
      */

+ 1
- 1
react/features/conference/components/native/InsecureRoomNameLabel.js Просмотреть файл

@@ -14,7 +14,7 @@ import styles from './styles';
14 14
  */
15 15
 class InsecureRoomNameLabel extends AbstractInsecureRoomNameLabel {
16 16
     /**
17
-     * Renders the platform dependant content.
17
+     * Renders the platform dependent content.
18 18
      *
19 19
      * @inheritdoc
20 20
      */

+ 1
- 1
react/features/conference/components/native/Labels.js Просмотреть файл

@@ -50,7 +50,7 @@ type Props = AbstractLabelsProps & {
50 50
 type State = {
51 51
 
52 52
     /**
53
-     * Layout object of the outermost container. For stucture please see:
53
+     * Layout object of the outermost container. For structure please see:
54 54
      * https://facebook.github.io/react-native/docs/view#onlayout
55 55
      */
56 56
     containerLayout: ?Object,

+ 1
- 1
react/features/conference/components/web/InsecureRoomNameLabel.js Просмотреть файл

@@ -14,7 +14,7 @@ import AbstractInsecureRoomNameLabel, { _mapStateToProps } from '../AbstractInse
14 14
  */
15 15
 class InsecureRoomNameLabel extends AbstractInsecureRoomNameLabel {
16 16
     /**
17
-     * Renders the platform dependant content.
17
+     * Renders the platform dependent content.
18 18
      *
19 19
      * @inheritdoc
20 20
      */

+ 2
- 2
react/features/desktop-picker/components/DesktopPicker.js Просмотреть файл

@@ -80,7 +80,7 @@ type State = {
80 80
     screenShareAudio: boolean,
81 81
 
82 82
     /**
83
-     * The currently higlighted DesktopCapturerSource.
83
+     * The currently highlighted DesktopCapturerSource.
84 84
      */
85 85
     selectedSource: Object,
86 86
 
@@ -371,7 +371,7 @@ class DesktopPicker extends PureComponent<Props, State> {
371 371
     }
372 372
 
373 373
     /**
374
-     * Create an interval to update knwon available DesktopCapturerSources.
374
+     * Create an interval to update known available DesktopCapturerSources.
375 375
      *
376 376
      * @private
377 377
      * @returns {void}

+ 1
- 1
react/features/desktop-picker/functions.js Просмотреть файл

@@ -51,7 +51,7 @@ export function obtainDesktopSources(types, options = {}) {
51 51
  *
52 52
  * @param {Array} sources - DesktopCapturerSources.
53 53
  * @private
54
- * @returns {Object} An object with the sources split into seperate arrays based
54
+ * @returns {Object} An object with the sources split into separate arrays based
55 55
  * on source type.
56 56
  */
57 57
 function _seperateSourcesByType(sources = []) {

+ 1
- 1
react/features/display-name/components/web/DisplayName.js Просмотреть файл

@@ -197,7 +197,7 @@ class DisplayName extends Component<Props, State> {
197 197
     _onKeyDown: () => void;
198 198
 
199 199
     /**
200
-     * Submits the editted display name update if the enter key is pressed.
200
+     * Submits the edited display name update if the enter key is pressed.
201 201
      *
202 202
      * @param {Event} event - Key down event object.
203 203
      * @private

+ 1
- 1
react/features/embed-meeting/components/EmbedMeetingTrigger.js Просмотреть файл

@@ -28,7 +28,7 @@ type Props = {
28 28
  */
29 29
 function EmbedMeetingTrigger({ t, openEmbedDialog }: Props) {
30 30
     /**
31
-     * Handles opeming the embed dialog.
31
+     * Handles opening the embed dialog.
32 32
      *
33 33
      * @returns {void}
34 34
      */

+ 2
- 2
react/features/google-api/constants.js Просмотреть файл

@@ -1,7 +1,7 @@
1 1
 // @flow
2 2
 
3 3
 /**
4
- * Google API URL to retreive streams for a live broadcast of a user.
4
+ * Google API URL to retrieve streams for a live broadcast of a user.
5 5
  *
6 6
  * NOTE: The URL must be appended by a broadcast ID returned by a call towards
7 7
  * {@code API_URL_LIVE_BROADCASTS}.
@@ -12,7 +12,7 @@
12 12
 export const API_URL_BROADCAST_STREAMS = 'https://content.googleapis.com/youtube/v3/liveStreams?part=id%2Csnippet%2Ccdn%2Cstatus&id=';
13 13
 
14 14
 /**
15
- * Google API URL to retreive live broadcasts of a user.
15
+ * Google API URL to retrieve live broadcasts of a user.
16 16
  *
17 17
  * @type {string}
18 18
  */

+ 2
- 2
react/features/google-api/googleApi.native.js Просмотреть файл

@@ -59,7 +59,7 @@ class GoogleApi {
59 59
                 API_URL_LIVE_BROADCASTS)
60 60
             .then(broadcasts => {
61 61
                 // Then fetching all the available live streams that the
62
-                // user has access to with the broadcasts we retreived
62
+                // user has access to with the broadcasts we retrieved
63 63
                 // earlier.
64 64
                 this._getLiveStreamsForBroadcasts(
65 65
                     accessToken, broadcasts).then(resolve, reject);
@@ -142,7 +142,7 @@ class GoogleApi {
142 142
      * @private
143 143
      * @param {string} accessToken - The Google access token.
144 144
      * @param {Array<Object>} broadcasts - The list of broadcasts that we want
145
-     * to retreive streams for.
145
+     * to retrieve streams for.
146 146
      * @returns {Promise}
147 147
      */
148 148
     _getLiveStreamsForBroadcasts(accessToken, broadcasts): Promise<*> {

+ 1
- 1
react/features/invite/actions.any.js Просмотреть файл

@@ -56,7 +56,7 @@ export function hideAddPeopleDialog() {
56 56
  * Invites (i.e. Sends invites to) an array of invitees (which may be a
57 57
  * combination of users, rooms, phone numbers, and video rooms.
58 58
  *
59
- * @param  {Array<Object>} invitees - The recepients to send invites to.
59
+ * @param  {Array<Object>} invitees - The recipients to send invites to.
60 60
  * @param  {Array<Object>} showCalleeInfo - Indicates whether the
61 61
  * {@code CalleeInfo} should be displayed or not.
62 62
  * @returns {Promise<Array<Object>>} A {@code Promise} resolving with an array

+ 1
- 1
react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js Просмотреть файл

@@ -332,7 +332,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
332 332
     _onPressItem: Item => Function
333 333
 
334 334
     /**
335
-     * Function to preapre a callback for the onPress event of the touchable.
335
+     * Function to prepare a callback for the onPress event of the touchable.
336 336
      *
337 337
      * @param {Item} item - The item on which onPress was invoked.
338 338
      * @returns {Function}

+ 1
- 1
react/features/invite/components/add-people-dialog/web/DialInNumber.js Просмотреть файл

@@ -13,7 +13,7 @@ import { _formatConferenceIDPin } from '../../../_utils';
13 13
 type Props = {
14 14
 
15 15
     /**
16
-     * The numberic identifier for the current conference, used after dialing a
16
+     * The numeric identifier for the current conference, used after dialing a
17 17
      * the number to join the conference.
18 18
      */
19 19
     conferenceID: number,

+ 1
- 1
react/features/invite/components/add-people-dialog/web/DialInSection.js Просмотреть файл

@@ -11,7 +11,7 @@ import DialInNumber from './DialInNumber';
11 11
 type Props = {
12 12
 
13 13
     /**
14
-     * The numberic identifier for the current conference, used after dialing a
14
+     * The numeric identifier for the current conference, used after dialing a
15 15
      * the number to join the conference.
16 16
      */
17 17
     _conferenceID: number,

+ 1
- 1
react/features/invite/components/callee-info/CalleeInfo.js Просмотреть файл

@@ -93,7 +93,7 @@ class CalleeInfo extends Component<Props> {
93 93
 
94 94
         for (const aClassName of classNames) {
95 95
             if (aClassName) {
96
-                // Attemp to convert aClassName into style.
96
+                // Attempt to convert aClassName into style.
97 97
                 if (styles && aClassName in styles) {
98 98
                     // React Native will accept an Array as the value of the
99 99
                     // style prop. However, I do not know about React.

+ 1
- 1
react/features/invite/components/callee-info/styles.native.js Просмотреть файл

@@ -3,7 +3,7 @@ import { StyleSheet } from 'react-native';
3 3
 import { ColorPalette, createStyleSheet } from '../../../base/styles';
4 4
 
5 5
 export default createStyleSheet({
6
-    // XXX The names bellow were preserved for the purposes of compatibility
6
+    // XXX The names below were preserved for the purposes of compatibility
7 7
     // with the existing CSS class names on Web.
8 8
 
9 9
     /**

+ 1
- 1
react/features/invite/components/dial-in-summary/native/DialInSummaryErrorDialog.js Просмотреть файл

@@ -7,7 +7,7 @@ import { translate } from '../../../../base/i18n';
7 7
 import { connect } from '../../../../base/redux';
8 8
 
9 9
 /**
10
- * Dialog to inform the user that we could't fetch the dial-in info page.
10
+ * Dialog to inform the user that we couldn't fetch the dial-in info page.
11 11
  */
12 12
 class DialInSummaryErrorDialog extends Component<{}> {
13 13
     /**

+ 2
- 2
react/features/large-video/components/LargeVideoBackground.web.js Просмотреть файл

@@ -9,7 +9,7 @@ import { shouldDisplayTileView } from '../../video-layout';
9 9
  * Constants to describe the dimensions of the video. Landscape videos
10 10
  * are wider than they are taller and portrait videos are taller than they
11 11
  * are wider. The dimensions will determine how {@code LargeVideoBackground}
12
- * will strech to fill its container.
12
+ * will stretch to fill its container.
13 13
  *
14 14
  * @type {Object}
15 15
  */
@@ -217,7 +217,7 @@ export class LargeVideoBackground extends Component<Props> {
217 217
         // (for example when the page is loaded in an iframe which is hidden due to the host page styles) to solve
218 218
         // the memory leak. Currently we are not handling the use case when the page is hidden with visibility:hidden
219 219
         // because we don't have a good way to do it.
220
-        // All other cases when the canvas is not visible are handled trough the component props
220
+        // All other cases when the canvas is not visible are handled through the component props
221 221
         // (hidden, _shouldDisplayTileView).
222 222
         if (!this._canvasEl || this._canvasEl.offsetParent === null
223 223
                 || window.innerHeight === 0 || window.innerWidth === 0) {

+ 2
- 2
react/features/local-recording/recording/flac/flacEncodeWorker.js Просмотреть файл

@@ -185,7 +185,7 @@ class Encoder {
185 185
 
186 186
             FLAC_COMPRESSION_LEVEL,
187 187
 
188
-            // Pass 0 in becuase of unknown total samples,
188
+            // Pass 0 in because of unknown total samples,
189 189
             0,
190 190
 
191 191
             // checksum, FIXME: double-check whether this is necessary
@@ -207,7 +207,7 @@ class Encoder {
207 207
         );
208 208
 
209 209
         if (initResult !== 0) {
210
-            throw new Error('Failed to initalise libflac encoder.');
210
+            throw new Error('Failed to initialise libflac encoder.');
211 211
         }
212 212
 
213 213
         this._state = EncoderState.WORKING;

+ 1
- 1
react/features/local-recording/session/SessionManager.js Просмотреть файл

@@ -129,7 +129,7 @@ const LOCAL_STORAGE_KEY = 'localRecordingMetadataVersion1';
129 129
  * SessionManager manages the metadata of each segment during each local
130 130
  * recording session.
131 131
  *
132
- * A segment is a continous portion of recording done using the same adapter
132
+ * A segment is a continuous portion of recording done using the same adapter
133 133
  * on the same microphone device.
134 134
  *
135 135
  * Browser refreshes, switching of microphone will cause new segments to be

+ 1
- 1
react/features/mobile/incoming-call/components/IncomingCallApp.js Просмотреть файл

@@ -37,7 +37,7 @@ export default class IncomingCallApp extends BaseApp<Props> {
37 37
     /**
38 38
      * Navigates to {@link IncomingCallPage} upon mount.
39 39
      *
40
-     * NOTE: This was implmented here instead of in a middleware for the
40
+     * NOTE: This was implemented here instead of in a middleware for the
41 41
      * {@link APP_WILL_MOUNT} action because that would run also for
42 42
      * {@link App}.
43 43
      *

+ 1
- 1
react/features/mobile/picture-in-picture/actions.js Просмотреть файл

@@ -13,7 +13,7 @@ import logger from './logger';
13 13
  * Enters (or rather initiates entering) picture-in-picture.
14 14
  * Helper function to enter PiP mode. This is triggered by user request
15 15
  * (either pressing the button in the toolbox or the home button on Android)
16
- * ans this triggers the PiP mode, iff it's available and we are in a
16
+ * and this triggers the PiP mode, iff it's available and we are in a
17 17
  * conference.
18 18
  *
19 19
  * @public

+ 1
- 1
react/features/notifications/components/web/NotificationsContainer.js Просмотреть файл

@@ -14,7 +14,7 @@ import Notification from './Notification';
14 14
 type Props = AbstractProps & {
15 15
 
16 16
     /**
17
-     * Whther we are a SIP gateway or not.
17
+     * Whether we are a SIP gateway or not.
18 18
      */
19 19
      _iAmSipGateway: boolean
20 20
 };

+ 1
- 1
react/features/notifications/functions.js Просмотреть файл

@@ -19,7 +19,7 @@ export function areThereNotifications(stateful: Object | Function) {
19 19
 }
20 20
 
21 21
 /**
22
- * Tells wether join/leave notifications are enabled in interface_config.
22
+ * Tells whether join/leave notifications are enabled in interface_config.
23 23
  *
24 24
  * @returns {boolean}
25 25
  */

+ 3
- 3
react/features/prejoin/actionTypes.js Просмотреть файл

@@ -15,12 +15,12 @@ export const PREJOIN_INITIALIZED = 'PREJOIN_INITIALIZED';
15 15
 export const SET_DEVICE_STATUS = 'SET_DEVICE_STATUS';
16 16
 
17 17
 /**
18
- * Action type to set the visiblity of the prejoin page for the future.
18
+ * Action type to set the visibility of the prejoin page for the future.
19 19
  */
20 20
 export const SET_SKIP_PREJOIN = 'SET_SKIP_PREJOIN';
21 21
 
22 22
 /**
23
- * Action type to set the visiblity of the prejoin page when client is forcefully reloaded.
23
+ * Action type to set the visibility of the prejoin page when client is forcefully reloaded.
24 24
  */
25 25
 export const SET_SKIP_PREJOIN_RELOAD = 'SET_SKIP_PREJOIN_RELOAD';
26 26
 
@@ -45,7 +45,7 @@ export const SET_DIALOUT_NUMBER = 'SET_DIALOUT_NUMBER';
45 45
 export const SET_DIALOUT_STATUS = 'SET_DIALOUT_STATUS';
46 46
 
47 47
 /**
48
- * Action type to set the visiblity of the 'JoinByPhone' dialog.
48
+ * Action type to set the visibility of the 'JoinByPhone' dialog.
49 49
  */
50 50
 export const SET_JOIN_BY_PHONE_DIALOG_VISIBLITY = 'SET_JOIN_BY_PHONE_DIALOG_VISIBLITY';
51 51
 

+ 1
- 1
react/features/prejoin/actions.js Просмотреть файл

@@ -469,7 +469,7 @@ export function setPrejoinDeviceErrors(value: Object) {
469 469
 }
470 470
 
471 471
 /**
472
- * Action used to set the visiblity of the prejoin page.
472
+ * Action used to set the visibility of the prejoin page.
473 473
  *
474 474
  * @param {boolean} value - The value.
475 475
  * @returns {Object}

+ 1
- 1
react/features/prejoin/components/Prejoin.js Просмотреть файл

@@ -424,7 +424,7 @@ function mapStateToProps(state, ownProps): Object {
424 424
 
425 425
     // Hide conference info when interfaceConfig is available and the invite button is disabled.
426 426
     // In all other cases we want to preserve the behaviour and control the the conference info
427
-    // visibility trough showJoinActions.
427
+    // visibility through showJoinActions.
428 428
     const showConferenceInfo
429 429
         = typeof isInviteButtonEnabled === 'undefined' || isInviteButtonEnabled === true
430 430
             ? showJoinActions

+ 1
- 1
react/features/prejoin/components/dialogs/DialInDialog.js Просмотреть файл

@@ -47,7 +47,7 @@ type Props = {
47 47
 };
48 48
 
49 49
 /**
50
- * This component displays the dialog whith all the information
50
+ * This component displays the dialog with all the information
51 51
  * to join a meeting by calling it.
52 52
  *
53 53
  * @param {Props} props - The props of the component.

+ 1
- 1
react/features/prejoin/components/dialogs/DialOutDialog.js Просмотреть файл

@@ -32,7 +32,7 @@ type Props = {
32 32
 };
33 33
 
34 34
 /**
35
- * This component displays the dialog from wich the user can enter the
35
+ * This component displays the dialog from which the user can enter the
36 36
  * phone number in order to be called by the meeting.
37 37
  *
38 38
  * @param {Props} props - The props of the component.

+ 1
- 1
react/features/prejoin/components/dialogs/JoinByPhoneDialog.js Просмотреть файл

@@ -27,7 +27,7 @@ type Props = {
27 27
     dialInNumber: string,
28 28
 
29 29
     /**
30
-     * The status of the call when the meeting calss the user.
30
+     * The status of the call when the meeting calls the user.
31 31
      */
32 32
     dialOutStatus: string,
33 33
 

+ 1
- 1
react/features/prejoin/functions.js Просмотреть файл

@@ -130,7 +130,7 @@ export function getRawError(state: Object): string {
130 130
 }
131 131
 
132 132
 /**
133
- * Selector for getting the visiblity state for the 'JoinByPhoneDialog'.
133
+ * Selector for getting the visibility state for the 'JoinByPhoneDialog'.
134 134
  *
135 135
  * @param {Object} state - The state of the app.
136 136
  * @returns {boolean}

+ 1
- 1
react/features/presence-status/functions.js Просмотреть файл

@@ -3,7 +3,7 @@
3 3
 declare var interfaceConfig: Object;
4 4
 
5 5
 /**
6
- * Tells wether presence status should be displayed.
6
+ * Tells whether presence status should be displayed.
7 7
  *
8 8
  * @returns {boolean}
9 9
  */

+ 1
- 1
react/features/recent-list/middleware.js Просмотреть файл

@@ -96,7 +96,7 @@ function _conferenceWillLeave({ dispatch, getState }, next, action) {
96 96
          * It is better to use action.conference[JITSI_CONFERENCE_URL_KEY]
97 97
          * in order to make sure we get the url the conference is leaving
98 98
          * from (i.e. the room we are leaving from) because if the order of events
99
-         * is different, we cannot be guranteed that the location URL in base
99
+         * is different, we cannot be guaranteed that the location URL in base
100 100
          * connection is the url we are leaving from... not the one we are going to
101 101
          * (the latter happens on mobile -- if we use the web implementation);
102 102
          * however, the conference object on web does not have

+ 1
- 1
react/features/recording/components/LiveStream/native/StartLiveStreamDialog.js Просмотреть файл

@@ -112,7 +112,7 @@ class StartLiveStreamDialog extends AbstractStartLiveStreamDialog<Props> {
112 112
      * TODO: Handle errors by showing some indication to the user.
113 113
      *
114 114
      * @private
115
-     * @param {Object} response - The retreived signin response.
115
+     * @param {Object} response - The retrieved signin response.
116 116
      * @returns {void}
117 117
      */
118 118
     _onUserChanged(response) {

+ 1
- 1
react/features/recording/components/Recording/styles.native.js Просмотреть файл

@@ -8,7 +8,7 @@ export const ICON_SHARE = require('../../../../../images/icon-users.png');
8 8
 export const JITSI_LOGO = require('../../../../../images/jitsiLogo_square.png');
9 9
 
10 10
 // XXX The "standard" {@code BoxModel.padding} has been deemed insufficient in
11
-// the special case(s) of the recording feature bellow.
11
+// the special case(s) of the recording feature below.
12 12
 const _PADDING = BoxModel.padding * 1.5;
13 13
 
14 14
 /**

+ 1
- 1
react/features/recording/functions.js Просмотреть файл

@@ -24,7 +24,7 @@ export function getActiveSession(state: Object, mode: string) {
24 24
 /**
25 25
  * Returns an estimated recording duration based on the size of the video file
26 26
  * in MB. The estimate is calculated under the assumption that 1 min of recorded
27
- * video needs 10MB of storage on avarage.
27
+ * video needs 10MB of storage on average.
28 28
  *
29 29
  * @param {number} size - The size in MB of the recorded video.
30 30
  * @returns {number} - The estimated duration in minutes.

+ 1
- 1
react/features/remote-control/actions.js Просмотреть файл

@@ -294,7 +294,7 @@ export function clearRequest() {
294 294
 
295 295
 
296 296
 /**
297
- * Sets that trasnport object that is used by the receiver to communicate with the native part of the remote control
297
+ * Sets that transport object that is used by the receiver to communicate with the native part of the remote control
298 298
  * implementation.
299 299
  *
300 300
  * @param {Transport} transport - The transport to be set.

+ 1
- 1
react/features/remote-control/functions.js Просмотреть файл

@@ -19,7 +19,7 @@ export function isRemoteControlEnabled(state: Object) {
19 19
 }
20 20
 
21 21
 /**
22
- * Sends remote control message to other participant trough data channel.
22
+ * Sends remote control message to other participant through data channel.
23 23
  *
24 24
  * @param {JitsiConference} conference - The JitsiConference object.
25 25
  * @param {string} to - The participant who will receive the event.

+ 1
- 1
react/features/remote-control/keycodes.js Просмотреть файл

@@ -69,7 +69,7 @@ export const KEYS = {
69 69
 
70 70
 /* eslint-disable max-len */
71 71
 /**
72
- * Mapping between the key codes and keys deined in KEYS.
72
+ * Mapping between the key codes and keys defined in KEYS.
73 73
  * The mappings are based on
74 74
  * https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode#Specifications
75 75
  */

+ 1
- 1
react/features/room-lock/components/PasswordRequiredPrompt.native.js Просмотреть файл

@@ -71,7 +71,7 @@ class PasswordRequiredPrompt extends Component<Props, State> {
71 71
         const { _password } = this.props;
72 72
 
73 73
         // The previous password in Redux gets cleared after the dialog appears and it ends up breaking the dialog
74
-        // logic. We move the prop into state and only update it if it has an actual value, avoiding loosing the
74
+        // logic. We move the prop into state and only update it if it has an actual value, avoiding losing the
75 75
         // previously received value when Redux updates.
76 76
         if (_password && _password !== this.state.password) {
77 77
             // eslint-disable-next-line react/no-did-update-set-state

+ 1
- 1
react/features/rtcstats/middleware.js Просмотреть файл

@@ -59,7 +59,7 @@ MiddlewareRegistry.register(store => next => action => {
59 59
                 const meetingUniqueId = conference && conference.getMeetingUniqueId();
60 60
 
61 61
                 // The current implementation of rtcstats-server is configured to send data to amplitude, thus
62
-                // we add identity specific information so we can corelate on the amplitude side. If amplitude is
62
+                // we add identity specific information so we can correlate on the amplitude side. If amplitude is
63 63
                 // not configured an empty object will be sent.
64 64
                 // The current configuration of the conference is also sent as metadata to rtcstats server.
65 65
                 // This is done in order to facilitate queries based on different conference configurations.

+ 4
- 4
react/features/settings/actions.js Просмотреть файл

@@ -27,7 +27,7 @@ export function openSettingsDialog(defaultTab: string) {
27 27
 }
28 28
 
29 29
 /**
30
- * Sets the visiblity of the audio settings.
30
+ * Sets the visibility of the audio settings.
31 31
  *
32 32
  * @param {boolean} value - The new value.
33 33
  * @returns {Function}
@@ -40,7 +40,7 @@ function setAudioSettingsVisibility(value: boolean) {
40 40
 }
41 41
 
42 42
 /**
43
- * Sets the visiblity of the video settings.
43
+ * Sets the visibility of the video settings.
44 44
  *
45 45
  * @param {boolean} value - The new value.
46 46
  * @returns {Function}
@@ -112,7 +112,7 @@ export function submitProfileTab(newState: Object): Function {
112 112
 }
113 113
 
114 114
 /**
115
- * Toggles the visiblity of the audio settings.
115
+ * Toggles the visibility of the audio settings.
116 116
  *
117 117
  * @returns {void}
118 118
  */
@@ -125,7 +125,7 @@ export function toggleAudioSettings() {
125 125
 }
126 126
 
127 127
 /**
128
- * Toggles the visiblity of the video settings.
128
+ * Toggles the visibility of the video settings.
129 129
  *
130 130
  * @returns {void}
131 131
  */

+ 1
- 1
react/features/settings/components/native/styles.js Просмотреть файл

@@ -71,7 +71,7 @@ export default {
71 71
     },
72 72
 
73 73
     /**
74
-     * Style fo the form section separator titles.
74
+     * Style for the form section separator titles.
75 75
      */
76 76
     formSectionTitle: {
77 77
         backgroundColor: 'rgba(0, 0, 0, 0.1)',

+ 1
- 1
react/features/settings/components/web/audio/AudioSettingsContent.js Просмотреть файл

@@ -64,7 +64,7 @@ type State = {
64 64
 }
65 65
 
66 66
 /**
67
- * Implements a React {@link Component} which displayes a list of all
67
+ * Implements a React {@link Component} which displays a list of all
68 68
  * the audio input & output devices to choose from.
69 69
  *
70 70
  * @extends Component

+ 2
- 2
react/features/settings/components/web/audio/MicrophoneEntry.js Просмотреть файл

@@ -89,7 +89,7 @@ export default class MicrophoneEntry extends Component<Props, State> {
89 89
     }
90 90
 
91 91
     /**
92
-     * Subscribes to audio level chanages comming from the jitsiTrack.
92
+     * Subscribes to audio level changes coming from the jitsiTrack.
93 93
      *
94 94
      * @returns {void}
95 95
      */
@@ -102,7 +102,7 @@ export default class MicrophoneEntry extends Component<Props, State> {
102 102
     }
103 103
 
104 104
     /**
105
-     * Unsubscribes from chanages comming from the jitsiTrack.
105
+     * Unsubscribes from changes coming from the jitsiTrack.
106 106
      *
107 107
      * @param {Object} jitsiTrack - The jitsiTrack to unsubscribe from.
108 108
      * @returns {void}

+ 1
- 1
react/features/settings/functions.js Просмотреть файл

@@ -155,7 +155,7 @@ export function getProfileTabProps(stateful: Object | Function) {
155 155
  * Returns a promise which resolves with a list of objects containing
156 156
  * all the video jitsiTracks and appropriate errors for the given device ids.
157 157
  *
158
- * @param {string[]} ids - The list of the camera ids for wich to create tracks.
158
+ * @param {string[]} ids - The list of the camera ids for which to create tracks.
159 159
  * @param {number} [timeout] - A timeout for the createLocalTrack function call.
160 160
  *
161 161
  * @returns {Promise<Object[]>}

+ 1
- 1
react/features/stream-effects/audio-mixer/AudioMixerEffect.js Просмотреть файл

@@ -91,7 +91,7 @@ export class AudioMixerEffect {
91 91
     }
92 92
 
93 93
     /**
94
-     * Check wether or not this effect is muted.
94
+     * Check whether or not this effect is muted.
95 95
      *
96 96
      * @returns {boolean}
97 97
      */

+ 1
- 1
react/features/toolbox/components/AudioMuteButton.js Просмотреть файл

@@ -88,7 +88,7 @@ class AudioMuteButton extends AbstractAudioMuteButton<Props, *> {
88 88
     }
89 89
 
90 90
     /**
91
-     * Indicates if audio is currently muted ot nor.
91
+     * Indicates if audio is currently muted or not.
92 92
      *
93 93
      * @override
94 94
      * @protected

+ 1
- 1
react/features/toolbox/components/HelpButton.js Просмотреть файл

@@ -12,7 +12,7 @@ import { openURLInBrowser } from '../../base/util';
12 12
 type Props = AbstractButtonProps & {
13 13
 
14 14
     /**
15
-     * The URL to the user documenation.
15
+     * The URL to the user documentation.
16 16
      */
17 17
     _userDocumentationURL: string
18 18
 };

+ 1
- 1
react/features/toolbox/components/VideoMuteButton.js Просмотреть файл

@@ -115,7 +115,7 @@ class VideoMuteButton extends AbstractVideoMuteButton<Props, *> {
115 115
     }
116 116
 
117 117
     /**
118
-     * Indicates if video is currently muted ot nor.
118
+     * Indicates if video is currently muted or not.
119 119
      *
120 120
      * @override
121 121
      * @protected

+ 1
- 1
react/features/toolbox/components/web/OverflowMenuButton.js Просмотреть файл

@@ -28,7 +28,7 @@ type Props = {
28 28
     isOpen: boolean,
29 29
 
30 30
     /**
31
-     * Calback to change the visibility of the overflow menu.
31
+     * Callback to change the visibility of the overflow menu.
32 32
      */
33 33
     onVisibilityChange: Function,
34 34
 

+ 0
- 0
react/features/toolbox/components/web/Toolbox.js Просмотреть файл


Некоторые файлы не были показаны из-за большого количества измененных файлов

Загрузка…
Отмена
Сохранить