Browse Source

Fix typo in comment (onlyl -> only)

pull/900/head
Leandro Gabriel 5 years ago
committed by Ahmad Fatoum
parent
commit
a4e307ed96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

@ -2005,7 +2005,7 @@ int StorageLoadValue(int position)
} }
// Open URL with default system browser (if available) // Open URL with default system browser (if available)
// NOTE: This function is onlyl safe to use if you control the URL given.
// NOTE: This function is only safe to use if you control the URL given.
// A user could craft a malicious string performing another action. // A user could craft a malicious string performing another action.
// Only call this function yourself not with user input or make sure to check the string yourself. // Only call this function yourself not with user input or make sure to check the string yourself.
// CHECK: https://github.com/raysan5/raylib/issues/686 // CHECK: https://github.com/raysan5/raylib/issues/686

Loading…
Cancel
Save