diff --git a/components/ImagePicker.js b/components/ImagePicker.js index 0b0d4787b..10536c411 100644 --- a/components/ImagePicker.js +++ b/components/ImagePicker.js @@ -142,7 +142,7 @@ export default class ImagePicker extends React.Component { const palette = image.palette.map(c => c.hex) /* * Contributors, please feel free to adjust this algorithm to create the most - * readible or aesthetically pleasing syntax highlighting. + * readable or aesthetically pleasing syntax highlighting. */ this.props.updateHighlights({ background: palette[0], diff --git a/lib/custom/modes/riscv.js b/lib/custom/modes/riscv.js index 1d4cf9145..f254521d6 100644 --- a/lib/custom/modes/riscv.js +++ b/lib/custom/modes/riscv.js @@ -28,7 +28,7 @@ CodeMirror.defineMode('riscv', function (/* config */) { // i) Synch // j) System // k) Counters - // Part 2) RV Priveleged Instructions + // Part 2) RV Privileged Instructions // a) CSR Access // b) Change Level // c) Trap Redirect @@ -161,7 +161,7 @@ CodeMirror.defineMode('riscv', function (/* config */) { 'rdinstret', 'rdinstreth', - // Part 2) RV Priveleged Instructions + // Part 2) RV Privileged Instructions // a) CSR Access 'csrrw', 'csrrs',