summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-02-05 11:44:12 +0100
committerRay <[email protected]>2023-02-05 11:44:12 +0100
commit60d0ab418a3011fe5df663ac4be37ee53bcc5393 (patch)
tree4c1f2f86d416d0432a037ef6b8fb197b95b59e9d /src/rcore.c
parent8c50da167de3854c4be2f0690a3e801e7723f980 (diff)
downloadraylib-60d0ab418a3011fe5df663ac4be37ee53bcc5393.tar.gz
raylib-60d0ab418a3011fe5df663ac4be37ee53bcc5393.zip
some typos review
Diffstat (limited to 'src/rcore.c')
-rw-r--r--src/rcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index f2f0cbbe..ee88727d 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -3032,7 +3032,7 @@ const char *GetDirectoryPath(const char *filePath)
if (filePath[1] != ':' && filePath[0] != '\\' && filePath[0] != '/')
{
// For security, we set starting path to current directory,
- // obtained path will be concated to this
+ // obtained path will be concatenated to this
dirPath[0] = '.';
dirPath[1] = '/';
}