Skip to content

Commit 2002f4b

Browse files
committed
stuff
1 parent c7d95dd commit 2002f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruis/render/frame_buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class frame_buffer :
3737
public std::enable_shared_from_this<frame_buffer>
3838
{
3939
protected:
40-
// in OpneGL framebuffer objects are not shred between contexts,
40+
// in OpneGL framebuffer objects are not shared between contexts,
4141
// so the reference stored here is for non-const context object which owns the framebuffer
4242
const utki::shared_ref<ruis::render::context> rendering_context;
4343

0 commit comments

Comments
 (0)