Skip to content

Commit 9c06c23

Browse files
Fix typo in C API header (microsoft#1753)
### Description This PR fixes a typo in the C API header with `OgaRequest`. ### Motivation and Context This PR fixes [this issue](microsoft#1752).
1 parent 8c363d5 commit 9c06c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ort_genai_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typedef struct OgaAudios OgaAudios;
7878
typedef struct OgaStringArray OgaStringArray;
7979
typedef struct OgaAdapters OgaAdapters;
8080
typedef struct OgaEngine OgaEngine;
81-
typedef struct OgaRequest OgqRequest;
81+
typedef struct OgaRequest OgaRequest;
8282

8383
//! @}
8484

0 commit comments

Comments
 (0)