summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-08-19 09:50:05 (GMT)
committer Simon <simon@hardwired.org.uk>2010-08-19 09:50:05 (GMT)
commit580a76a79f55876961b2bc12908288c915580963 (patch)
tree9d901fbeb7ed26ea50d74ccf6db73ad0d029972a
parent08f98b5f6ace23e8ab2110b04fa4297806c15d76 (diff)
downloadpowder-580a76a79f55876961b2bc12908288c915580963.zip
powder-580a76a79f55876961b2bc12908288c915580963.tar.gz
Fix typing error that broke autoupdate
-rwxr-xr-xpowder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/powder.c b/powder.c
index e78b7e1..8e73c0f 100755
--- a/powder.c
+++ b/powder.c
@@ -9645,7 +9645,7 @@ char my_uri[] = "http://" SERVER "/Update.api?Action=Download&Architecture="
#else
"Unknown"
#endif
- "&InstrctionSet="
+ "&InstructionSet="
#if defined X86_SSE3
"SSE3"
#elif defined X86_SSE2