Skip to content

Commit c419883

Browse files
committed
spelling: single
1 parent 6f0ccbf commit c419883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GitHub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public List<GHEventInfo> getEvents() throws IOException {
601601
}
602602

603603
/**
604-
* Gets a sigle gist by ID.
604+
* Gets a single gist by ID.
605605
*/
606606
public GHGist getGist(String id) throws IOException {
607607
return retrieve().to("/gists/"+id,GHGist.class).wrapUp(this);

0 commit comments

Comments
 (0)