From 91a59170e93eba0c1d192db343a27a493c2e6d67 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 14 Aug 2004 12:28:15 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3626 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/System.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/System/System.html b/Contrib/System/System.html index a41f9443..8d8b25c7 100644 --- a/Contrib/System/System.html +++ b/Contrib/System/System.html @@ -113,7 +113,7 @@ System::Free $0
  • -Store "OEPRATION [OEPRATION [OEPRATION ...]]" +Store "OPERATION [OPERATION [OPERATION ...]]"

    Performs stack operations. An operation can be pushing or popping a single register from the NSIS stack or pushing or popping all of the registers ($0-$9 and $R0-$R9) from System's private stack. Operations can be separated by any character.

    Available Operations