Skip to content

Commit

Permalink
Merge pull request #130 from NordicSemiconductor/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
chunfantasy authored Jul 3, 2019
2 parents 3dcda20 + 265038a commit 585c36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/actions/modemTargetActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export const performUpdate = () => (dispatch, getState) => {

const fileName = getState().app.target.modemFwName;
const serialNumber = Number(getState().app.target.serialNumber);
logger.info(`Writting to device with serial number: ${serialNumber}`);
logger.info(`Writting to device with file: ${fileName}`);
logger.info(`Writing to device with serial number: ${serialNumber}`);
logger.info(`Writing to device with file: ${fileName}`);

const progressCallback = progress => {
logger.info(progress.process);
Expand Down

0 comments on commit 585c36a

Please sign in to comment.