Skip to content

Commit

Permalink
Fix typo in textdocument.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored Jun 2, 2017
1 parent ff3bafd commit 221fb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edbee-lib/edbee/models/textdocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ TextDocumentFilter* TextDocument::documentFilter()
}


/// Start the changesa
/// Start the changes
void TextDocument::beginChanges(TextEditorController* controller)
{
beginUndoGroup( new MergableChangeGroup( controller) );
Expand Down

0 comments on commit 221fb84

Please sign in to comment.