1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some more typos

This commit is contained in:
ed 2020-01-07 08:53:23 +00:00
parent 8f6f29943d
commit a54da0b832
104 changed files with 157 additions and 157 deletions

View file

@ -126,7 +126,7 @@ private:
if (selectedFile.existsAsFile())
imagePreview.setImage (ImageCache::getFromFile (selectedFile));
// the image cahce is a handly way to load images from files or directly from memory and
// the image cache is a handy way to load images from files or directly from memory and
// will keep them hanging around for a few seconds in case they are requested elsewhere
}

View file

@ -51,7 +51,7 @@
//==============================================================================
/** The Note class contains text editor used to display and edit the note's contents and will
also listen to changes in the text and mark the FileBasedDocument as 'dirty'. This 'dirty'
flag is used to promt the user to save the note when it is closed.
flag is used to prompt the user to save the note when it is closed.
*/
class Note : public Component,
public FileBasedDocument