Commit 2c22d7204cd5c0e1c18f536c62e90acc258d3f83

Sam Lantinga 2022-07-11T08:44:49

Fixed typo in description

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_filesystem.h b/include/SDL_filesystem.h
index 16f02e2..a7606bd 100644
--- a/include/SDL_filesystem.h
+++ b/include/SDL_filesystem.h
@@ -92,7 +92,7 @@ extern DECLSPEC char *SDLCALL SDL_GetBasePath(void);
  *
  * `C:\\Users\\bob\\AppData\\Roaming\\My Company\\My Program Name\\`
  *
- * On Linux, the string might look like"
+ * On Linux, the string might look like:
  *
  * `/home/bob/.local/share/My Program Name/`
  *