Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gruehle committed Jul 12, 2013
1 parent d7b5d31 commit 7274558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/WorkingSetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ define(function (require, exports, module) {
/**
* @private
* @param {FileEntry} file
* @param {boolean=} supporessRedraw If true, suppress redraw
* @param {boolean=} suppressRedraw If true, suppress redraw
*/
function _handleFileRemoved(file, suppressRedraw) {
if (!suppressRedraw) {
Expand Down

0 comments on commit 7274558

Please sign in to comment.