Skip to content

Commit d4fd13f

Browse files
committed
Update VotableThing.cs
1 parent 751f904 commit d4fd13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedditSharp/Things/VotableThing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public void Report(ReportType reportType, string otherReason = null)
181181
case ReportType.Spam:
182182
reportReason = "spam"; break;
183183
case ReportType.VoteManipulation:
184-
reportReason = "vote minipulation"; break;
184+
reportReason = "vote manipulation"; break;
185185
case ReportType.PersonalInformation:
186186
reportReason = "personal information"; break;
187187
case ReportType.BreakingReddit:

0 commit comments

Comments
 (0)