Skip to content

Commit

Permalink
Merge pull request #2692 from JasonRitchie/typo-uptodate
Browse files Browse the repository at this point in the history
Fix minor typo "up 2 date" -> "up to date"
  • Loading branch information
forki authored Aug 31, 2017
2 parents e86cdfb + eb87fa6 commit 3b08695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket.Core/Installation/RestoreProcess.fs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ let Restore(dependenciesFileName,projectFile,force,group,referencesFileNames,ign
else false

if isEarlyExit () then
tracefn "Last restore is still up 2 date."
tracefn "Last restore is still up to date."
else
let dependenciesFile = DependenciesFile.ReadFromFile(dependenciesFileName)

Expand Down

0 comments on commit 3b08695

Please sign in to comment.