Skip to content

Commit

Permalink
Merge pull request #94 from craigdfrench/patch-1
Browse files Browse the repository at this point in the history
Fix typo in RemotingServer App.Config
  • Loading branch information
fluffynuts committed Oct 4, 2023
2 parents 22d3378 + cf2d2bd commit ce27c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/net/2.0/Remoting/RemotingServer/cs/src/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</appender>
<appender name="LogFileAppender" type="log4net.Appender.FileAppender">
<file value="log-file.txt" />
<sppendToFile value="true" />
<appendToFile value="true" />
<layout type="log4net.Layout.PatternLayout">
<header value="FILE HEADER&#13;&#10;" />
<footer value="FILE FOOTER&#13;&#10;" />
Expand Down

0 comments on commit ce27c08

Please sign in to comment.