Skip to content

Commit fba7db2

Browse files
authored
fix: ofLogError message typo (#7599)
1 parent 04ce6a3 commit fba7db2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/msys2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Windows applications compiled with msys2 need some system dlls to run. If you ar
153153

154154
make copy_dlls
155155

156-
from the msys2 terminal and it'll copy the necesary dlls to the project bin folder. Now you can copy that bin folder to any computer and it will run right away without having to install msys2.
156+
from the msys2 terminal and it'll copy the necessary dlls to the project bin folder. Now you can copy that bin folder to any computer and it will run right away without having to install msys2.
157157

158158
This is still experimental so if you find any problem please [report it on github](https://github.com/openframeworks/openFrameworks/new?title=Problem%20with%20msys2%20dlls)
159159

libs/openFrameworks/app/ofAppGLFWWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void ofAppGLFWWindow::setup(const ofGLFWWindowSettings & _settings){
149149
if(windowP){
150150
ofLogError() << "window already setup, probably you are mixing old and new style setup";
151151
ofLogError() << "call only ofCreateWindow(settings) or ofSetupOpenGL(...)";
152-
ofLogError() << "calling window->setup() after ofCreateWindow() is not necesary and won't do anything";
152+
ofLogError() << "calling window->setup() after ofCreateWindow() is not necessary and won't do anything";
153153
return;
154154
}
155155
settings = _settings;

0 commit comments

Comments
 (0)